diff --git a/cython-3.0.11.tar.gz b/cython-3.0.11.tar.gz deleted file mode 100644 index 032b751..0000000 --- a/cython-3.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff -size 2755544 diff --git a/cython-3.0.12.tar.gz b/cython-3.0.12.tar.gz new file mode 100644 index 0000000..a45a277 --- /dev/null +++ b/cython-3.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc +size 2757617 diff --git a/python-Cython.changes b/python-Cython.changes index 6bbf961..a555841 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Feb 19 09:54:43 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.0.12 + * Release 3.0.11 introduced some incorrect ``noexcept`` warnings. + (Github issue :issue:`6335`) + * Conditional assignments to variables using the walrus operator + could crash. (Github issue :issue:`6094`) + * Dict assignments to struct members with reserved C names could generate + invalid C code. + * Fused ctuples with the same entry types but different sizes could + fail to compile. (Github issue :issue:`6328`) + * In Py3, `pyximport` was not searching `sys.path` when looking for + importable source files. (Github issue :issue:`5615`) + * Using `& 0` on integers produced with `int.from_bytes()` could read + invalid memory on Python 3.10. (Github issue :issue:`6480`) + * Modules could fail to compile in PyPy 3.11 due to missing CPython + specific header files. Patch by Matti Picus. (Github issue :issue:`6482`) + * Minor fix in C++ ``partial_sum()`` declaration. + ------------------------------------------------------------------- Sat Aug 31 11:48:36 UTC 2024 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index d29db1e..7e6e794 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ %bcond_with test %{?sle15_python_module_pythons} Name: python-Cython -Version: 3.0.11 +Version: 3.0.12 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0