Sync from SUSE:SLFO:Main python-Cython0 revision b2da35ddfdc9278301ac227efd354e1b

This commit is contained in:
Adrian Schröter 2024-10-03 17:51:33 +02:00
parent d4bfabec32
commit 25813817fa
4 changed files with 44 additions and 22 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,24 @@
-------------------------------------------------------------------
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>
- require setuptools
-------------------------------------------------------------------
Mon Jul 10 19:03:16 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Cython0
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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
@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%
Source1: python-Cython0-rpmlintrc
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
@ -38,7 +39,7 @@ Provides: python-cython = %{version}-%{release}
Requires: python-devel
Requires: python-xml
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description