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 91FF6158041 for ; Fri, 15 Mar 2024 19:35:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E39E29E9; Fri, 15 Mar 2024 19:35:07 +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 8D54CE29E9 for ; Fri, 15 Mar 2024 19:35:07 +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 6B8D2335D60 for ; Fri, 15 Mar 2024 19:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E481519 for ; Fri, 15 Mar 2024 19:35:05 +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: <1710531198.13cd256709bc9c687ca99ef5fc9880718db6be6e.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.13_p3.ebuild dev-lang/python/python-3.11.8_p1.ebuild dev-lang/python/python-3.12.2_p1.ebuild dev-lang/python/python-3.9.18_p2.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 13cd256709bc9c687ca99ef5fc9880718db6be6e X-VCS-Branch: master Date: Fri, 15 Mar 2024 19:35:05 +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: 97626a12-fd63-4270-a8e9-5d28b5aeb149 X-Archives-Hash: 46503a4bc5c327a3874c51961472937a commit: 13cd256709bc9c687ca99ef5fc9880718db6be6e Author: orbea riseup net> AuthorDate: Fri Mar 15 19:33:18 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Mar 15 19:33:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=13cd2567 dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/python-3.10.13_p3.ebuild | 2 ++ dev-lang/python/python-3.11.8_p1.ebuild | 2 ++ dev-lang/python/python-3.12.2_p1.ebuild | 2 ++ dev-lang/python/python-3.9.18_p2.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dev-lang/python/python-3.10.13_p3.ebuild b/dev-lang/python/python-3.10.13_p3.ebuild index 8891b5c..ef4e8a6 100644 --- a/dev-lang/python/python-3.10.13_p3.ebuild +++ b/dev-lang/python/python-3.10.13_p3.ebuild @@ -248,6 +248,7 @@ src_configure() { # They'll even hang here but be fine in src_test sometimes. # bug #828535 (and related: bug #788022) -x test_asyncio + -x test_concurrent_futures -x test_httpservers -x test_logging -x test_multiprocessing_fork @@ -385,6 +386,7 @@ src_test() { -j "$(makeopts_jobs)" # fails + -x test_concurrent_futures -x test_gdb ) diff --git a/dev-lang/python/python-3.11.8_p1.ebuild b/dev-lang/python/python-3.11.8_p1.ebuild index 7ab2d9f..45389b7 100644 --- a/dev-lang/python/python-3.11.8_p1.ebuild +++ b/dev-lang/python/python-3.11.8_p1.ebuild @@ -238,6 +238,7 @@ src_configure() { # They'll even hang here but be fine in src_test sometimes. # bug #828535 (and related: bug #788022) -x test_asyncio + -x test_concurrent_futures -x test_httpservers -x test_logging -x test_multiprocessing_fork @@ -402,6 +403,7 @@ src_test() { -j "$(makeopts_jobs)" # fails + -x test_concurrent_futures -x test_gdb ) diff --git a/dev-lang/python/python-3.12.2_p1.ebuild b/dev-lang/python/python-3.12.2_p1.ebuild index 1249eca..9da529c 100644 --- a/dev-lang/python/python-3.12.2_p1.ebuild +++ b/dev-lang/python/python-3.12.2_p1.ebuild @@ -238,6 +238,7 @@ src_configure() { # They'll even hang here but be fine in src_test sometimes. # bug #828535 (and related: bug #788022) -x test_asyncio + -x test_concurrent_futures -x test_httpservers -x test_logging -x test_multiprocessing_fork @@ -396,6 +397,7 @@ src_test() { -j "$(makeopts_jobs)" # fails + -x test_concurrent_futures -x test_gdb ) diff --git a/dev-lang/python/python-3.9.18_p2.ebuild b/dev-lang/python/python-3.9.18_p2.ebuild index 361c4ba..ea5bea1 100644 --- a/dev-lang/python/python-3.9.18_p2.ebuild +++ b/dev-lang/python/python-3.9.18_p2.ebuild @@ -175,6 +175,7 @@ src_configure() { # They'll even hang here but be fine in src_test sometimes. # bug #828535 (and related: bug #788022) -x test_asyncio + -x test_concurrent_futures -x test_httpservers -x test_logging -x test_multiprocessing_fork @@ -369,6 +370,7 @@ src_test() { -j "$(makeopts_jobs)" # fails + -x test_concurrent_futures -x test_gdb )