diff --git a/Cython-0.29.35.tar.gz b/Cython-0.29.35.tar.gz deleted file mode 100644 index a840043f49869ab1e244689a029652ac334568b0..0000000000000000000000000000000000000000 Binary files a/Cython-0.29.35.tar.gz and /dev/null differ diff --git a/cython-3.2.0.tar.gz b/cython-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..35ac26a74d8fecfe4caec536164306cb24e282c8 Binary files /dev/null and b/cython-3.2.0.tar.gz differ diff --git a/python-Cython.spec b/python-Cython.spec index e2bda8da51bf0439f7b57a2bb1c7d593394fe778..1b13af4627627cce462fd7c307f0662a549605d3 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Cython -Version: 0.29.35 +Version: 3.2.0 Release: 1 Summary: The Cython compiler for writing C extensions for the Python language. License: Apache 2.0 URL: https://github.com/cython/cython -Source0: https://files.pythonhosted.org/packages/da/a0/298340fb8412574a0b00a0d9856aa27e7038da429b9e31d6825173d1e6bd/Cython-0.29.35.tar.gz +Source0: https://files.pythonhosted.org/packages/52/82/01f0b63287cb922e5ba96c5147c30f1e51f541ce91bd178025bb3518b1ba/cython-3.2.0.tar.gz %description The most widely used Python to C compiler @@ -27,7 +27,7 @@ Provides: python3-Cython-doc The most widely used Python to C compiler %prep -%autosetup -n Cython-%{version} +%autosetup -n cython-%{version} %build %py3_build @@ -67,6 +67,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 13 2025 liutao - 3.2.0-1 +- Update package to version 3.2.0 +- Builtin exception types are now inferred +- Item type inference was improved for looping over literals +- Unicode 16.0.0 is used to parse identifiers + * Fri Jun 16 2023 jiangxinyu - 0.29.35-1 - Update package to version 0.29.35