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.1.tar.gz b/Cython-3.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/python-Cython.spec b/python-Cython.spec index e2bda8da51bf0439f7b57a2bb1c7d593394fe778..e741a3e65f4b1fbbace06b91e97f8c283bcc6fba 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.1 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/source/c/Cython/Cython-%{version}.tar.gz %description The most widely used Python to C compiler @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 24 2025 lvwq - 3.2.1-1 +- Update package to version 3.2.1 + * Fri Jun 16 2023 jiangxinyu - 0.29.35-1 - Update package to version 0.29.35