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 7232115801B for ; Sat, 8 Apr 2023 13:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F03EE085B; Sat, 8 Apr 2023 13:30:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D011E085B for ; Sat, 8 Apr 2023 13:30:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43DAF3410D8 for ; Sat, 8 Apr 2023 13:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5C88C9 for ; Sat, 8 Apr 2023 13:30:01 +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: <1680960595.1b8f94e30663837b57ec9db9f4419fed5d6af988.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypax/pypax-0.9.5-r1.ebuild dev-python/pypax/pypax-9999.ebuild X-VCS-Directories: dev-python/pypax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b8f94e30663837b57ec9db9f4419fed5d6af988 X-VCS-Branch: master Date: Sat, 8 Apr 2023 13:30:01 +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: 4c9db6ce-fa55-4982-8c8e-2e9a4c453b14 X-Archives-Hash: 907fe62fdc8060a31f97783e0e4edf15 commit: 1b8f94e30663837b57ec9db9f4419fed5d6af988 Author: Peter Levine gmail com> AuthorDate: Fri Apr 7 05:38:33 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 8 13:29:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8f94e3 dev-python/pypax: enable py3.11 Closes: https://bugs.gentoo.org/896836 Closes: https://github.com/gentoo/gentoo/pull/30510 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/pypax/pypax-0.9.5-r1.ebuild | 2 +- dev-python/pypax/pypax-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypax/pypax-0.9.5-r1.ebuild b/dev-python/pypax/pypax-0.9.5-r1.ebuild index cf2a403bdcf8..51f14fa65ba7 100644 --- a/dev-python/pypax/pypax-0.9.5-r1.ebuild +++ b/dev-python/pypax/pypax-0.9.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild index e9a3b3419d0f..ed47719cbc03 100644 --- a/dev-python/pypax/pypax-9999.ebuild +++ b/dev-python/pypax/pypax-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1