update form 0.29.14 to 0.29.21

(cherry picked from commit c66a40cb6aec01737036dffed19a9b3f5e4a53f4)
This commit is contained in:
liksh 2021-07-16 11:49:05 +08:00 committed by openeuler-sync-bot
parent 6ce5a4643c
commit a3b69dc718
3 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
Cython-0.29.21.tar.gz Normal file

Binary file not shown.

View File

@ -2,16 +2,19 @@
%bcond_with test
Name: Cython
Version: 0.29.14
Release: 4
Version: 0.29.21
Release: 1
Summary: Language for writing C extensions for Python
License: Apache 2.0
URL: https://cython.org/
Source0: https://github.com/cython/cython/archive/%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/6c/9f/f501ba9d178aeb1f5bf7da1ad5619b207c90ac235d9859961c11829d0160/Cython-0.29.21.tar.gz
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: hostname
BuildRequires: bc
BuildRequires: diffutils
%if %{with test}
BuildRequires: gcc-c++
@ -35,7 +38,7 @@ Summary: %{summary}
Python 3 version.
%prep
%autosetup -n %{srcname}-%{version} -p1
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
@ -63,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
%changelog
* Fri Aug 13 2021 liksh <liks11@chinaunicom.cn> - 0.29.21-1
- update to 0.29.21
* Fri Oct 30 2020 zhangtao <zhangtao221@huawei.com> - 0.29.14-4
- remove python2
@ -71,3 +77,4 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
* Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 0.29.14-1
- Init package