Accepting request 1291661 from devel:languages:python:Factory

- Fix gil/nogil package description, bsc#1246229

OBS-URL: https://build.opensuse.org/request/show/1291661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python314?expand=0&rev=17
This commit is contained in:
2025-07-10 20:13:39 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 10 10:17:47 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Fix gil/nogil package description, bsc#1246229
-------------------------------------------------------------------
Wed Jul 9 05:50:32 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -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