From 8fc89fce82b25ad801f63cf454e88b97af5dba6062c69d17ae8f3bb5e8777471 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 10 Jul 2025 10:18:09 +0000 Subject: [PATCH] - Fix gil/nogil package description, bsc#1246229 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=111 --- python313.changes | 5 +++++ python313.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python313.changes b/python313.changes index 4a4e5d4..060b1ac 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 09:33:26 UTC 2025 - Daniel Garcia + +- Fix gil/nogil package description, bsc#1246229 + ------------------------------------------------------------------- Wed Jul 2 14:47:20 UTC 2025 - Matej Cepl diff --git a/python313.spec b/python313.spec index 867d1d0..810f05e 100644 --- a/python313.spec +++ b/python313.spec @@ -327,7 +327,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 @@ -448,7 +448,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