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 CBD7D15800A for ; Sun, 13 Aug 2023 15:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04B62BC046; Sun, 13 Aug 2023 15:44:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A50422BC046 for ; Sun, 13 Aug 2023 15:44:20 +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 BC9E4340E3C for ; Sun, 13 Aug 2023 15:44:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64534F8A for ; Sun, 13 Aug 2023 15:44:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1691939935.ca0a5d8888a255b1b41b1bbd8b0689687604e7c6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libusb1/libusb1-2.0.1.ebuild X-VCS-Directories: dev-python/libusb1/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ca0a5d8888a255b1b41b1bbd8b0689687604e7c6 X-VCS-Branch: master Date: Sun, 13 Aug 2023 15:44:16 +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: 19d3fe36-ad43-48f3-80a2-c8902963dcd7 X-Archives-Hash: fc9a3fd406378722702ed3a9075aa070 commit: ca0a5d8888a255b1b41b1bbd8b0689687604e7c6 Author: David Roman gmail com> AuthorDate: Sun Aug 13 15:18:55 2023 +0000 Commit: David Roman gmail com> CommitDate: Sun Aug 13 15:18:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca0a5d88 dev-python/libusb1: enable py3.11 Closes: https://bugs.gentoo.org/897456 Signed-off-by: David Roman gmail.com> dev-python/libusb1/libusb1-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild index 80390ac655..04c7ffcf70 100644 --- a/dev-python/libusb1/libusb1-2.0.1.ebuild +++ b/dev-python/libusb1/libusb1-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_{10,11} pypy3 ) inherit distutils-r1 pypi 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 38D1115800A for ; Sun, 13 Aug 2023 15:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A7282BC019; Sun, 13 Aug 2023 15:19:19 +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 5C18E2BC019 for ; Sun, 13 Aug 2023 15:19:19 +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 2C330335D17 for ; Sun, 13 Aug 2023 15:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 988D2F67 for ; Sun, 13 Aug 2023 15:19:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1691939935.ca0a5d8888a255b1b41b1bbd8b0689687604e7c6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libusb1/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libusb1/libusb1-2.0.1.ebuild X-VCS-Directories: dev-python/libusb1/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ca0a5d8888a255b1b41b1bbd8b0689687604e7c6 X-VCS-Branch: dev Date: Sun, 13 Aug 2023 15:19:16 +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: cfb4bd90-a4b8-4180-bbb6-27ef595af37c X-Archives-Hash: 9c33cdbbe855e22b281542f1d16c2ceb Message-ID: <20230813151916.7ow0g1YwV1Ila6ct4MaOzQWniVZFMBzsSzQofctDPHc@z> commit: ca0a5d8888a255b1b41b1bbd8b0689687604e7c6 Author: David Roman gmail com> AuthorDate: Sun Aug 13 15:18:55 2023 +0000 Commit: David Roman gmail com> CommitDate: Sun Aug 13 15:18:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca0a5d88 dev-python/libusb1: enable py3.11 Closes: https://bugs.gentoo.org/897456 Signed-off-by: David Roman gmail.com> dev-python/libusb1/libusb1-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild index 80390ac655..04c7ffcf70 100644 --- a/dev-python/libusb1/libusb1-2.0.1.ebuild +++ b/dev-python/libusb1/libusb1-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_{10,11} pypy3 ) inherit distutils-r1 pypi