diff --git a/Cython-0.29.36.tar.gz b/Cython-0.29.36.tar.gz deleted file mode 100644 index d2ce057..0000000 Binary files a/Cython-0.29.36.tar.gz and /dev/null differ diff --git a/Cython-3.0.8.tar.gz b/Cython-3.0.8.tar.gz new file mode 100644 index 0000000..56815eb Binary files /dev/null and b/Cython-3.0.8.tar.gz differ diff --git a/Cython.spec b/Cython.spec index 523d514..0a07506 100644 --- a/Cython.spec +++ b/Cython.spec @@ -2,12 +2,12 @@ %bcond_with test Name: Cython -Version: 0.29.36 +Version: 3.0.8 Release: 1 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ -Source0: https://files.pythonhosted.org/packages/38/db/df0e99d6c5fe19ee5c981d22aad557be4bdeed3ecfae25d47b84b07f0f98/Cython-0.29.36.tar.gz +Source0: https://files.pythonhosted.org/packages/source/C/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: python3-devel @@ -66,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Tue Jan 30 2024 xu_ping <707078654@qq.com> - 3.0.8-1 +- update version to 3.0.8 + * Mon Jul 10 2023 chenzixuan - 0.29.36-1 - update version to 0.29.36