diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-Cython.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /Cython-0.29.33.tar.gz +/Cython-0.29.34.tar.gz diff --git a/python-Cython.spec b/python-Cython.spec index 9eee33d..39b877c 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.33 +Version: 0.29.34 Release: 1 Summary: The Cython compiler for writing C extensions for the Python language. License: Apache URL: http://cython.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/70/1500f05bddb16d795b29fac42954b3c8764c82367b8326c10f038471ae7f/Cython-0.29.34.tar.gz BuildArch: noarch @@ -94,7 +94,7 @@ to install an uncompiled (slower) version of Cython with:: %prep -%autosetup -n Cython-0.29.33 +%autosetup -n Cython-0.29.34 %build %py3_build @@ -134,5 +134,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.33-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.34-1 - Package Spec generated @@ -1 +1 @@ -bd42c555cb2298b8a94fa8de7ee679ba Cython-0.29.33.tar.gz +429fc3a9b8a79d4aab4e3e4b5ab0ff27 Cython-0.29.34.tar.gz |