14
0

Accepting request 1144013 from home:M0ses:home-assistant

- 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`)

OBS-URL: https://build.opensuse.org/request/show/1144013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython0?expand=0&rev=8
This commit is contained in:
2024-02-05 08:37:43 +00:00
committed by Git OBS Bridge
parent 3cb083d3fc
commit c73661fe68
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