forked from pool/python313
- Add warning about no-GIL builds being experimental.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=58
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 11:18:19 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add warning about no-GIL builds being experimental.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 8 07:08:34 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue Oct 8 07:08:34 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -305,6 +305,12 @@ Installing "python3" is sufficient for the vast majority of usecases.
|
|||||||
In addition, recommended packages provide UI toolkit support (python3-curses,
|
In addition, recommended packages provide UI toolkit support (python3-curses,
|
||||||
python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE
|
python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE
|
||||||
development environment (python3-idle).
|
development environment (python3-idle).
|
||||||
|
%if %{with GIL}
|
||||||
|
|
||||||
|
This package has been built with the Global Interpreter Lock removed.
|
||||||
|
This feature is still considered to be experimental. This package is
|
||||||
|
not ready to be used in production environments.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n %{python_pkg_name}-tk
|
%package -n %{python_pkg_name}-tk
|
||||||
Summary: TkInter, a Python Tk Interface
|
Summary: TkInter, a Python Tk Interface
|
||||||
@@ -420,6 +426,12 @@ This package contains the interpreter core and most commonly used modules
|
|||||||
from the standard library. This is sufficient for many usecases, but it
|
from the standard library. This is sufficient for many usecases, but it
|
||||||
excludes components that depend on external libraries, most notably XML,
|
excludes components that depend on external libraries, most notably XML,
|
||||||
database and UI toolkits support.
|
database and UI toolkits support.
|
||||||
|
%if %{with GIL}
|
||||||
|
|
||||||
|
This package has been built with the Global Interpreter Lock removed.
|
||||||
|
This feature is still considered to be experimental. This package is
|
||||||
|
not ready to be used in production environments.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n %{python_pkg_name}-tools
|
%package -n %{python_pkg_name}-tools
|
||||||
Summary: Python Utility and Demonstration Scripts
|
Summary: Python Utility and Demonstration Scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user