From f26990ceb8fcd21ff9dab7a68d60e0f494c93d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 19 Jan 2024 22:54:14 +0100 Subject: [PATCH] Enable python3.13-freethreading and python3.13-freethreading-debug on ppc64le --- python3.13.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python3.13.spec b/python3.13.spec index 83d2569..b9ba0ac 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a3 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python-2.0.1 @@ -141,9 +141,9 @@ Provides: bundled(python3dist(packaging)) = 23 # Extra build without GIL, the freethreading PEP 703 provisional way # (the -freethreading subpackage) -# support for the excluded arches is being added upstream and is expected to land in 3.13.0a3 -# https://github.com/python/cpython/issues/112535 -%ifnarch ppc64le s390x +# support for s390x is pending investigation in +# https://github.com/python/cpython/issues/114331 +%ifnarch s390x %bcond_without freethreading_build %else %bcond_with freethreading_build @@ -1678,6 +1678,9 @@ CheckPython freethreading # ====================================================== %changelog +* Fri Jan 19 2024 Miro HronĨok - 3.13.0~a3-2 +- Enable python3.13-freethreading and python3.13-freethreading-debug on ppc64le + * Thu Jan 18 2024 Karolina Surma - 3.13.0~a3-1 - Update to Python 3.13.0a3