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 25AD3158009 for ; Wed, 21 Jun 2023 15:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02684E03EC; Wed, 21 Jun 2023 15:35:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D90FAE0948 for ; Wed, 21 Jun 2023 15:35: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10B5F33E6A7 for ; Wed, 21 Jun 2023 15:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D4FFA9B for ; Wed, 21 Jun 2023 15:35:32 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1687354318.6894c334f202faf1bb0e238a47682f1f0a6d9f91.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/python-3.10.11.ebuild dev-lang/python/python-3.11.3.ebuild dev-lang/python/python-3.9.16_p3-r1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 6894c334f202faf1bb0e238a47682f1f0a6d9f91 X-VCS-Branch: master Date: Wed, 21 Jun 2023 15:35:32 +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: ba282c3f-d5e9-414d-b963-f3d094488a46 X-Archives-Hash: 49de06078d2ce636b4c3776da1646822 commit: 6894c334f202faf1bb0e238a47682f1f0a6d9f91 Author: orbea riseup net> AuthorDate: Wed Jun 21 13:31:58 2023 +0000 Commit: orbea riseup net> CommitDate: Wed Jun 21 13:31:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6894c334 dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/python-3.10.11.ebuild | 1 + dev-lang/python/python-3.11.3.ebuild | 1 + dev-lang/python/python-3.9.16_p3-r1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-lang/python/python-3.10.11.ebuild b/dev-lang/python/python-3.10.11.ebuild index 440d270..f3bd9da 100644 --- a/dev-lang/python/python-3.10.11.ebuild +++ b/dev-lang/python/python-3.10.11.ebuild @@ -188,6 +188,7 @@ src_configure() { --timeout 1200 -x test_gdb + -x test_dtrace # All of these seem to occasionally hang for PGO inconsistently # They'll even hang here but be fine in src_test sometimes. diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild index 7617d3c..5d5e194 100644 --- a/dev-lang/python/python-3.11.3.ebuild +++ b/dev-lang/python/python-3.11.3.ebuild @@ -175,6 +175,7 @@ src_configure() { --timeout 1200 -x test_gdb + -x test_dtrace # All of these seem to occasionally hang for PGO inconsistently # They'll even hang here but be fine in src_test sometimes. diff --git a/dev-lang/python/python-3.9.16_p3-r1.ebuild b/dev-lang/python/python-3.9.16_p3-r1.ebuild index e094996..bb89f41 100644 --- a/dev-lang/python/python-3.9.16_p3-r1.ebuild +++ b/dev-lang/python/python-3.9.16_p3-r1.ebuild @@ -180,6 +180,7 @@ src_configure() { "-j$(makeopts_jobs)" --pgo-extended -x test_gdb + -x test_dtrace -u-network # All of these seem to occasionally hang for PGO inconsistently