Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Cython for openSUSE:Factory checked in at 2026-07-22 19:00:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Cython (Old) and /work/SRC/openSUSE:Factory/.python-Cython.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cython" Wed Jul 22 19:00:56 2026 rev:92 rq:1366052 version:3.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes 2025-12-19 16:45:16.844453786 +0100 +++ /work/SRC/openSUSE:Factory/.python-Cython.new.24530/python-Cython.changes 2026-07-22 19:01:00.664632027 +0200 @@ -1,0 +2,35 @@ +Wed Jul 8 10:47:55 UTC 2026 - Dirk Müller <[email protected]> + +- update to 3.2.8: + * Assigning a Python 3.14+ .__annotate__ function to a Cython + compiled function no longer evaluates annotations eagerly. + Fixes a regression with @functools.wraps() in Cython 3.2.6. + Patch by Jelle Zijlstra. (Github issue :issue:`7767`) + * In freethreading Python, the necessary object keep-alive + while executing user code in .__dealloc__() uses a safer + scheme. Patch by Yaxing Cai. (Github issue :issue:`7769`) + * The local function state used by sys.monitoring read from + uninitialised memory. (Github issue :issue:`7774`) + * The .ag_running flag attribute of async generators was always + false on big-endian systems. + +------------------------------------------------------------------- +Mon Jun 29 20:43:10 UTC 2026 - Dirk Müller <[email protected]> + +- update to 3.2.6: + * @functools.wraps() was broken in Py3.14+ for Cython compiled + functions. (Github issue :issue:`7675`) + * A double-free in the t-string code was fixed. (Github issue + :issue:`7712`) + * The - operator declarations for iterators in libcpp.vector we + corrected. Patch by Vadim Markovtsev. (Github issue + :issue:`7717`) + * The shared utility code module no longer uses a temporary + file path that changed the C code on each generation. (Github + issue :issue:`7723`) + * On 32 bit platforms, cached constants are no longer made + immortal during module import. (Github issue :issue:`7744`) + * Binary wheels are now built with -DNDEBUG to discard runtime + assertions from CPython's inline functions. + +------------------------------------------------------------------- Old: ---- cython-3.1.4.tar.gz New: ---- cython-3.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cython.spec ++++++ --- /var/tmp/diff_new_pack.w5dJLw/_old 2026-07-22 19:01:03.340723542 +0200 +++ /var/tmp/diff_new_pack.w5dJLw/_new 2026-07-22 19:01:03.348723816 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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.4 +Version: 3.2.8 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 ++++++ cython-3.1.4.tar.gz -> cython-3.2.8.tar.gz ++++++ ++++ 37216 lines of diff (skipped)
