From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1598381-garchives=archives.gentoo.org@lists.gentoo.org> 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 6C82215815E for <garchives@archives.gentoo.org>; Wed, 7 Feb 2024 21:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A986EE29C4; Wed, 7 Feb 2024 21:43:34 +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 87E5CE29C4 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Feb 2024 21:43:34 +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 9557A3430F3 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Feb 2024 21:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35C27118C for <gentoo-commits@lists.gentoo.org>; Wed, 7 Feb 2024 21:43:32 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1707342184.9ee56bf0a04210397357798c3b0367f646f21e5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-2.7.18_p16-r1.ebuild dev-lang/python/python-3.10.13.ebuild dev-lang/python/python-3.11.7.ebuild dev-lang/python/python-3.11.8.ebuild dev-lang/python/python-3.12.1.ebuild dev-lang/python/python-3.12.1_p1.ebuild dev-lang/python/python-3.12.2.ebuild dev-lang/python/python-3.13.0_alpha2.ebuild dev-lang/python/python-3.13.0_alpha3.ebuild dev-lang/python/python-3.8.18.ebuild dev-lang/python/python-3.9.18.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ee56bf0a04210397357798c3b0367f646f21e5d X-VCS-Branch: master Date: Wed, 7 Feb 2024 21:43:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdfe87b6-5a41-4c7c-8c3c-47f144921f72 X-Archives-Hash: 8466d103db7fd9eb38175b0165bdcc5e commit: 9ee56bf0a04210397357798c3b0367f646f21e5d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 7 21:42:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 21:43:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee56bf0 dev-lang/python: add link to expat bug Followup to 93480b9b09b2a0c0adfed10a1c9e90c1e38a9040. Bug: https://github.com/python/cpython/issues/115133 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/python/python-2.7.18_p16-r1.ebuild | 1 + dev-lang/python/python-3.10.13.ebuild | 1 + dev-lang/python/python-3.11.7.ebuild | 1 + dev-lang/python/python-3.11.8.ebuild | 1 + dev-lang/python/python-3.12.1.ebuild | 1 + dev-lang/python/python-3.12.1_p1.ebuild | 1 + dev-lang/python/python-3.12.2.ebuild | 1 + dev-lang/python/python-3.13.0_alpha2.ebuild | 1 + dev-lang/python/python-3.13.0_alpha3.ebuild | 1 + dev-lang/python/python-3.8.18.ebuild | 1 + dev-lang/python/python-3.9.18.ebuild | 1 + 11 files changed, 11 insertions(+) diff --git a/dev-lang/python/python-2.7.18_p16-r1.ebuild b/dev-lang/python/python-2.7.18_p16-r1.ebuild index 7474e7d083e5..1195e193f0c6 100644 --- a/dev-lang/python/python-2.7.18_p16-r1.ebuild +++ b/dev-lang/python/python-2.7.18_p16-r1.ebuild @@ -39,6 +39,7 @@ RESTRICT="test" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= dev-libs/libffi:= diff --git a/dev-lang/python/python-3.10.13.ebuild b/dev-lang/python/python-3.10.13.ebuild index a843933d9ab8..a8dc2f6575f8 100644 --- a/dev-lang/python/python-3.10.13.ebuild +++ b/dev-lang/python/python-3.10.13.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.11.7.ebuild b/dev-lang/python/python-3.11.7.ebuild index bd0403f833ed..a43e610443d3 100644 --- a/dev-lang/python/python-3.11.7.ebuild +++ b/dev-lang/python/python-3.11.7.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.11.8.ebuild b/dev-lang/python/python-3.11.8.ebuild index 669069799e62..8ea6f0bd7b58 100644 --- a/dev-lang/python/python-3.11.8.ebuild +++ b/dev-lang/python/python-3.11.8.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.12.1.ebuild b/dev-lang/python/python-3.12.1.ebuild index bcacd5492511..6c0fd66252e4 100644 --- a/dev-lang/python/python-3.12.1.ebuild +++ b/dev-lang/python/python-3.12.1.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.12.1_p1.ebuild b/dev-lang/python/python-3.12.1_p1.ebuild index 261d285075cf..432a056af7ae 100644 --- a/dev-lang/python/python-3.12.1_p1.ebuild +++ b/dev-lang/python/python-3.12.1_p1.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.12.2.ebuild b/dev-lang/python/python-3.12.2.ebuild index 0c77d80ba8fa..3c9c8ce7a1ce 100644 --- a/dev-lang/python/python-3.12.2.ebuild +++ b/dev-lang/python/python-3.12.2.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.13.0_alpha2.ebuild b/dev-lang/python/python-3.13.0_alpha2.ebuild index 6907f2db8bd3..4ddf84d9d1c8 100644 --- a/dev-lang/python/python-3.13.0_alpha2.ebuild +++ b/dev-lang/python/python-3.13.0_alpha2.ebuild @@ -39,6 +39,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.13.0_alpha3.ebuild b/dev-lang/python/python-3.13.0_alpha3.ebuild index 772ef1abd235..e3cdda1302cb 100644 --- a/dev-lang/python/python-3.13.0_alpha3.ebuild +++ b/dev-lang/python/python-3.13.0_alpha3.ebuild @@ -39,6 +39,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.8.18.ebuild b/dev-lang/python/python-3.8.18.ebuild index 54af09bc8cfd..8c559d9f08d8 100644 --- a/dev-lang/python/python-3.8.18.ebuild +++ b/dev-lang/python/python-3.8.18.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:= diff --git a/dev-lang/python/python-3.9.18.ebuild b/dev-lang/python/python-3.9.18.ebuild index 15bb2cfef77e..c10ec2f54b06 100644 --- a/dev-lang/python/python-3.9.18.ebuild +++ b/dev-lang/python/python-3.9.18.ebuild @@ -40,6 +40,7 @@ RESTRICT="!test? ( test )" # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. +# <expat-2.6: https://github.com/python/cpython/issues/115133 RDEPEND=" app-arch/bzip2:= app-arch/xz-utils:=