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 C39CD158094 for ; Thu, 28 Jul 2022 08:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C9BAE0D49; Thu, 28 Jul 2022 08:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E7B1CE0D45 for ; Thu, 28 Jul 2022 08:28:27 +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 228A73410FD for ; Thu, 28 Jul 2022 08:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF246553 for ; Thu, 28 Jul 2022 08:28:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658996896.9983a97c53c814af2fd6991d95fecf0a1a8cfd03.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/pybugz/pybugz-0.13-r2.ebuild www-client/pybugz/pybugz-9999.ebuild X-VCS-Directories: www-client/pybugz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9983a97c53c814af2fd6991d95fecf0a1a8cfd03 X-VCS-Branch: master Date: Thu, 28 Jul 2022 08:28:25 +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: c475bae5-6fd1-4d16-8751-660da52676a7 X-Archives-Hash: 2a5776cf41909d2850e6533144fb7fee commit: 9983a97c53c814af2fd6991d95fecf0a1a8cfd03 Author: Sam James gentoo org> AuthorDate: Thu Jul 28 08:12:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 28 08:28:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9983a97c www-client/pybugz: enable py3.11 No test suite exists but some basic searches work. Closes: https://bugs.gentoo.org/861665 Signed-off-by: Sam James gentoo.org> www-client/pybugz/pybugz-0.13-r2.ebuild | 2 +- www-client/pybugz/pybugz-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/pybugz/pybugz-0.13-r2.ebuild b/www-client/pybugz/pybugz-0.13-r2.ebuild index 5a984ec7f76c..5f7d372a34c4 100644 --- a/www-client/pybugz/pybugz-0.13-r2.ebuild +++ b/www-client/pybugz/pybugz-0.13-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index 45e9b2e4c247..927c47f7b3bb 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then