diff --git a/cython-3.1.3.tar.gz b/cython-3.1.3.tar.gz deleted file mode 100644 index 391e1ec..0000000 --- a/cython-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10ee785e42328924b78f75a74f66a813cb956b4a9bc91c44816d089d5934c089 -size 3186689 diff --git a/cython-3.1.4.tar.gz b/cython-3.1.4.tar.gz new file mode 100644 index 0000000..29dc06e --- /dev/null +++ b/cython-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aefefe831331e2d66ab31799814eae4d0f8a2d246cbaaaa14d1be29ef777683 +size 3190778 diff --git a/python-Cython.changes b/python-Cython.changes index 09d30f2..72d0f8d 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Sep 22 12:31:13 UTC 2025 - Markéta Machová + +- Update to 3.1.4 + * Declarations for the new PyUnstable_*() refcounting C-API functions in Py3.14 + were added. + * The monitoring code could crash on tracing. + * Initialising the monitoring code could fail with a CPython exception. + * Optimised integer shifting triggered undefined behaviour in C. + * Deallocating objects that inherit from external types defined in pxd files + could run into an infinite loop. + * A reference to metaclasses could be leaked on instantiation. + * (Unlikely) error handling during empty builtin container tests was ineffective. + * Generated *_api.h files used potentially unknown Cython configuration macros. + * cythonize() avoids parallel compiler runs on systems using spawn() in + multiprocessing. + * The @cython.ufunc decorator was missing in type checker stubs. + ------------------------------------------------------------------- Wed Aug 13 12:01:11 UTC 2025 - Markéta Machová diff --git a/python-Cython.spec b/python-Cython.spec index bd4a1cc..bba290e 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %endif %{?sle15_python_module_pythons} Name: python-Cython -Version: 3.1.3 +Version: 3.1.4 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0