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 13D2915800F for ; Wed, 22 Feb 2023 07:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F181E077A; Wed, 22 Feb 2023 07:42:47 +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 36705E077A for ; Wed, 22 Feb 2023 07:42:47 +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 35A4D340688 for ; Wed, 22 Feb 2023 07:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 076038BB for ; Wed, 22 Feb 2023 07:42:44 +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: <1677051740.0d4fb50c4fd07cff3921357a436ef997f944321c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/stem/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/stem/stem-1.8.1.ebuild X-VCS-Directories: net-libs/stem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d4fb50c4fd07cff3921357a436ef997f944321c X-VCS-Branch: master Date: Wed, 22 Feb 2023 07:42:44 +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: 59a8bd36-13ad-4c8a-b32d-31bfcc1880f0 X-Archives-Hash: 5a9272fd9d8f296abc61d0af044f5ba5 commit: 0d4fb50c4fd07cff3921357a436ef997f944321c Author: Daniel Brandt spahan ch> AuthorDate: Mon Feb 20 10:56:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 22 07:42:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4fb50c net-libs/stem: enable py3.11 Signed-off-by: Daniel Brandt spahan.ch> Signed-off-by: Sam James gentoo.org> net-libs/stem/stem-1.8.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-libs/stem/stem-1.8.1.ebuild b/net-libs/stem/stem-1.8.1.ebuild index 76300117c7d7..b3e1e5761b0d 100644 --- a/net-libs/stem/stem-1.8.1.ebuild +++ b/net-libs/stem/stem-1.8.1.ebuild @@ -3,8 +3,7 @@ EAPI=8 -# Fails w/ 3.11: https://github.com/torproject/stem/issues/130 (breaks net-misc/nyx) -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1