diff --git a/Cython-0.29.24.tar.gz b/Cython-0.29.24.tar.gz deleted file mode 100644 index 662aa261cf035b23f75ac4116ce4171490291458..0000000000000000000000000000000000000000 Binary files a/Cython-0.29.24.tar.gz and /dev/null differ diff --git a/Cython-0.29.32.tar.gz b/Cython-0.29.32.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..584c75b5268ad8629acc6dc6eca9adf56ea87ec1 Binary files /dev/null and b/Cython-0.29.32.tar.gz differ diff --git a/python-Cython.spec b/python-Cython.spec index 87de07e2df4a2398fbbe9667cfc7ac966da3584b..e6324daf6df5c1d1e9edba9f89a87ecdd34a6c87 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Cython -Version: 0.29.24 -Release: 2 +Version: 0.29.32 +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/59/e3/78c921adf4423fff68da327cc91b73a16c63f29752efe7beb6b88b6dd79d/Cython-0.29.24.tar.gz - +Source0: https://files.pythonhosted.org/packages/4c/76/1e41fbb365ad20b6efab2e61b0f4751518444c953b390f9b2d36cf97eea0/Cython-0.29.32.tar.gz %description The most widely used Python to C compiler @@ -30,7 +29,7 @@ Provides: python3-Cython-doc The most widely used Python to C compiler %prep -%autosetup -n Cython-0.29.24 +%autosetup -n Cython-%{version} %build %py3_build @@ -70,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 26 2022 wangjunqi - 0.29.32-1 +- Update package version to 0.29.32 + * Mon Jun 20 2022 tanyulong - 0.29.24-2 - Delete unnecessary gdb from BuildRequires