diff --git a/Cython.spec b/Cython.spec index b653f41478490bd824198ded9fbcd7c125e8db05..955ba596386b8d177434bf94caa4912f4aa2dd14 100644 --- a/Cython.spec +++ b/Cython.spec @@ -2,7 +2,7 @@ %bcond_with test Name: Cython -Version: 3.1.3 +Version: 3.2.1 Release: 1 Summary: Language for writing C extensions for Python License: Apache 2.0 @@ -66,6 +66,11 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Mon Nov 24 2025 warlock - 3.2.1-1 +- Update package to version 3.2.1 + * Cython now leaves markers about its utility code dependencies in the generated C code to help debugging "unused function" C compiler warnings + * Builtin exception types are now inferred + * Thu Aug 14 2025 Ge Wang - 3.1.3-1 - Update package to version 3.1.3 * Some method calls with 0 or 1 argument failed to use ``PyObject_VectorCallMethod()`` diff --git a/cython-3.1.3.tar.gz b/cython-3.2.1.tar.gz similarity index 30% rename from cython-3.1.3.tar.gz rename to cython-3.2.1.tar.gz index 51ecdca230a8556a0ea573d4bf301e909703b0dc..2a999693559349083455bcf57acb8582c7dba99f 100644 Binary files a/cython-3.1.3.tar.gz and b/cython-3.2.1.tar.gz differ