diff --git a/Cython-3.0.8.tar.gz b/Cython-3.0.8.tar.gz deleted file mode 100644 index 56815eb6fdcaf32206757108f588df1256ddeabb..0000000000000000000000000000000000000000 Binary files a/Cython-3.0.8.tar.gz and /dev/null differ diff --git a/Cython.spec b/Cython.spec index 0a075063a84327efb8037c1122630dcd2f765da6..66cc30987a37df5d18c34f22e400ecf5ce8d3324 100644 --- a/Cython.spec +++ b/Cython.spec @@ -2,12 +2,12 @@ %bcond_with test Name: Cython -Version: 3.0.8 +Version: 3.0.11 Release: 1 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ -Source0: https://files.pythonhosted.org/packages/source/C/%{name}/%{name}-%{version}.tar.gz +Source0: %{pypi_source cython} BuildRequires: gcc BuildRequires: python3-devel @@ -38,7 +38,7 @@ Summary: %{summary} Python 3 version. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n cython-%{version} -p1 %build %py3_build @@ -66,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Tue Sep 10 2024 Ge Wang - 3.0.11-1 +- Update version t0 3.0.11 + * Tue Jan 30 2024 xu_ping <707078654@qq.com> - 3.0.8-1 - update version to 3.0.8 diff --git a/cython-3.0.11.tar.gz b/cython-3.0.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e978166ee4e76d09b1439c10706ec5c6f556663f Binary files /dev/null and b/cython-3.0.11.tar.gz differ