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.0.10.tar.gz b/Cython-3.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9860e7c1ec6e79cd962f3cc5ca798429c14a381c Binary files /dev/null and b/Cython-3.0.10.tar.gz differ diff --git a/python-Cython.spec b/python-Cython.spec index e2bda8da51bf0439f7b57a2bb1c7d593394fe778..e108470104ba2bc8549e9c061d3da114f757b966 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.0.10 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/d5/f7/2fdd9205a2eedee7d9b0abbf15944a1151eb943001dbdc5233b1d1cfc34e/Cython-3.0.10.tar.gz %description The most widely used Python to C compiler @@ -17,6 +17,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc + %description -n python3-Cython The most widely used Python to C compiler @@ -67,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 08 2024 xieyanlong - 3.0.10-1 +- Update package to version 3.0.10 + * Fri Jun 16 2023 jiangxinyu - 0.29.35-1 - Update package to version 0.29.35