forked from pool/python-Cython0
Accepting request 1144125 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1144125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython0?expand=0&rev=3
This commit is contained in:
BIN
Cython-0.29.36.tar.gz
(Stored with Git LFS)
BIN
Cython-0.29.36.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Cython-0.29.37.tar.gz
(Stored with Git LFS)
Normal file
BIN
Cython-0.29.37.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 4 15:27:06 UTC 2024 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
- update to version 0.29.37
|
||||||
|
* Fix a potential crash while cleaning up subtypes of externally
|
||||||
|
imported extension types when terminating Python.
|
||||||
|
This was introduced in Cython 0.29.35.
|
||||||
|
* Fix a ``complex`` related compile error on Windows.
|
||||||
|
(Github issue :issue:`5512`)
|
||||||
|
|
||||||
|
* Compiling fused types used in pxd files could crash Cython in
|
||||||
|
Python 3.11+. (Github issues :issue:`5894`, :issue:`5588`)
|
||||||
|
|
||||||
|
* ``cythonize`` failed to consider the ``CYTHON_FORCE_REGEN`` env variable.
|
||||||
|
Patch by Harmen Stoppels. (Github issue :issue:`5712`)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 22:01:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 2 22:01:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-Cython0
|
Name: python-Cython0
|
||||||
Version: 0.29.36
|
Version: 0.29.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -39,7 +39,7 @@ Provides: python-cython = %{version}-%{release}
|
|||||||
Requires: python-devel
|
Requires: python-devel
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user