From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA46615808F for ; Thu, 24 Feb 2022 18:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB471E087A; Thu, 24 Feb 2022 18:09:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD6C4E087A for ; Thu, 24 Feb 2022 18:09:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02CA2342DBC for ; Thu, 24 Feb 2022 18:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3BD2FA for ; Thu, 24 Feb 2022 18:08:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1645726130.56014f6a35eb939f48103b612a01759c239cc6d8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stestr/stestr-3.2.1.ebuild X-VCS-Directories: dev-python/stestr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56014f6a35eb939f48103b612a01759c239cc6d8 X-VCS-Branch: master Date: Thu, 24 Feb 2022 18:08:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08f1ab76-d58a-42d0-8aff-9d716f5170f1 X-Archives-Hash: 4aff662568cdc79992a0ef12ffb2daef commit: 56014f6a35eb939f48103b612a01759c239cc6d8 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 24 17:16:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 24 18:08:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56014f6a dev-python/stestr: Tested on py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/stestr/stestr-3.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/stestr/stestr-3.2.1.ebuild b/dev-python/stestr/stestr-3.2.1.ebuild index 4a60526b09fc..ed150fd8d1ef 100644 --- a/dev-python/stestr/stestr-3.2.1.ebuild +++ b/dev-python/stestr/stestr-3.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A parallel Python test runner built around subunit"