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 EDF1215808B for ; Fri, 11 Mar 2022 10:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E8E3E086C; Fri, 11 Mar 2022 10:57:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0EC87E089A for ; Fri, 11 Mar 2022 10:57:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A2DD342DDD for ; Fri, 11 Mar 2022 10:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5F732E for ; Fri, 11 Mar 2022 10:57:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1646969271.afa9296d6434668a55066d0d8538606a18a63523.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/os-testr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/os-testr/os-testr-2.0.1.ebuild X-VCS-Directories: dev-python/os-testr/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: afa9296d6434668a55066d0d8538606a18a63523 X-VCS-Branch: master Date: Fri, 11 Mar 2022 10:57:14 +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: 40bee69c-9533-47ab-b04e-5eb7ac8b476a X-Archives-Hash: 87f1b0e8814dc598926dfe27c7630d45 commit: afa9296d6434668a55066d0d8538606a18a63523 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Mar 11 03:27:51 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 11 03:27:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa9296d dev-python/os-testr: enable py3.9 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/os-testr/os-testr-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild b/dev-python/os-testr/os-testr-2.0.1.ebuild index 133db4049..5a9512fb4 100644 --- a/dev-python/os-testr/os-testr-2.0.1.ebuild +++ b/dev-python/os-testr/os-testr-2.0.1.ebuild @@ -3,14 +3,14 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects" HOMEPAGE=" https://opendev.org/openstack/os-testr - https://pypi.org/project/os-testr + https://pypi.org/project/os-testr/ https://launchpad.net/os-testr " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"