update form 0.29.14 to 0.29.21
(cherry picked from commit c66a40cb6aec01737036dffed19a9b3f5e4a53f4)
This commit is contained in:
parent
6ce5a4643c
commit
a3b69dc718
BIN
0.29.14.tar.gz
BIN
0.29.14.tar.gz
Binary file not shown.
BIN
Cython-0.29.21.tar.gz
Normal file
BIN
Cython-0.29.21.tar.gz
Normal file
Binary file not shown.
15
Cython.spec
15
Cython.spec
@ -2,16 +2,19 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.29.14
|
Version: 0.29.21
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Language for writing C extensions for Python
|
Summary: Language for writing C extensions for Python
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
URL: https://cython.org/
|
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: gcc
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: hostname
|
||||||
|
BuildRequires: bc
|
||||||
|
BuildRequires: diffutils
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -35,7 +38,7 @@ Summary: %{summary}
|
|||||||
Python 3 version.
|
Python 3 version.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -63,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 30 2020 zhangtao <zhangtao221@huawei.com> - 0.29.14-4
|
||||||
- remove python2
|
- 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
|
* Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 0.29.14-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user