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.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 diff --git a/python-Cython.spec b/python-Cython.spec index e2bda8da51bf0439f7b57a2bb1c7d593394fe778..c8de8d8270b8e54548de42f8b26307a6bbf49af5 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.11 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: %{pypi_source cython} %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,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Sep 09 2024 Ge Wang - 3.0.11-1 +- Update package to version 3.0.11 + * Fri Jun 16 2023 jiangxinyu - 0.29.35-1 - Update package to version 0.29.35