From 5bf090d7effc4ede250ce2c8f783d0a993fc30e29e41ebb244fff6866d4007bc Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 10 Jul 2025 10:18:28 +0000 Subject: [PATCH] - Fix gil/nogil package description, bsc#1246229 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=82 --- python314.changes | 5 +++++ python314.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python314.changes b/python314.changes index 555e3c6..00ce88f 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 10:17:47 UTC 2025 - Daniel Garcia + +- Fix gil/nogil package description, bsc#1246229 + ------------------------------------------------------------------- Wed Jul 9 05:50:32 UTC 2025 - Matej Cepl diff --git a/python314.spec b/python314.spec index 7440a13..e5bf397 100644 --- a/python314.spec +++ b/python314.spec @@ -314,7 +314,7 @@ Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle). -%if %{with GIL} +%if %{without GIL} This package has been built with the Global Interpreter Lock removed. This feature is still considered to be experimental. This package is @@ -435,7 +435,7 @@ This package contains the interpreter core and most commonly used modules from the standard library. This is sufficient for many usecases, but it excludes components that depend on external libraries, most notably XML, database and UI toolkits support. -%if %{with GIL} +%if %{without GIL} This package has been built with the Global Interpreter Lock removed. This feature is still considered to be experimental. This package is