14
0

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:
2024-02-06 15:32:40 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 5 deletions

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

Binary file not shown.

View File

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

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%bcond_with test
Name: python-Cython0
Version: 0.29.36
Version: 0.29.37
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0