diff --git a/Cython-0.29.33.tar.gz b/Cython-0.29.33.tar.gz deleted file mode 100644 index 7814a8704bc8e6405caa78dfd2be46a018c5f1e4..0000000000000000000000000000000000000000 Binary files a/Cython-0.29.33.tar.gz and /dev/null differ diff --git a/Cython-0.29.35.tar.gz b/Cython-0.29.35.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a840043f49869ab1e244689a029652ac334568b0 Binary files /dev/null and b/Cython-0.29.35.tar.gz differ diff --git a/python-Cython.spec b/python-Cython.spec index 38e5c5f5cc975de76daba71890a3406f3fba7fae..e2bda8da51bf0439f7b57a2bb1c7d593394fe778 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,24 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-Cython -Version: 0.29.33 +Version: 0.29.35 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/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz +Source0: https://files.pythonhosted.org/packages/da/a0/298340fb8412574a0b00a0d9856aa27e7038da429b9e31d6825173d1e6bd/Cython-0.29.35.tar.gz %description The most widely used Python to C compiler %package -n python3-Cython Summary: The Cython compiler for writing C extensions for the Python language. -Provides: python-Cython - +Provides: python-Cython = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc - %description -n python3-Cython The most widely used Python to C compiler @@ -69,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 16 2023 jiangxinyu - 0.29.35-1 +- Update package to version 0.29.35 + * Mon Feb 27 2023 wubijie - 0.29.33-1 - Update package to version 0.29.33