Update to 0.29~rc2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ceefeb563e
commit
0c9be7ea2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.28.1.tar.gz
|
/Cython-0.28.1.tar.gz
|
||||||
/Cython-0.28.4.tar.gz
|
/Cython-0.28.4.tar.gz
|
||||||
/Cython-0.28.5.tar.gz
|
/Cython-0.28.5.tar.gz
|
||||||
|
/Cython-0.29~rc2.tar.gz
|
||||||
|
|||||||
10
Cython.spec
10
Cython.spec
@ -5,13 +5,14 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.28.5
|
%global upver 0.29rc2
|
||||||
|
Version: 0.29~rc2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Language for writing Python extension modules
|
Summary: Language for writing Python extension modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.cython.org
|
URL: http://www.cython.org
|
||||||
Source: https://github.com/cython/cython/archive/%{version}/%{srcname}-%{version}.tar.gz
|
Source: https://github.com/cython/cython/archive/%{upver}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -59,7 +60,7 @@ BuildRequires: python3-jedi
|
|||||||
Python 3 version.
|
Python 3 version.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{upname}-%{version} -p1
|
%autosetup -n %{upname}-%{upver} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
@ -101,6 +102,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
|
|||||||
%{python3_sitearch}/__pycache__/%{upname}.*
|
%{python3_sitearch}/__pycache__/%{upname}.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.29~rc2-1
|
||||||
|
- Update to 0.29~rc2
|
||||||
|
|
||||||
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.5-1
|
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.5-1
|
||||||
- Update to 0.28.5
|
- Update to 0.28.5
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Cython-0.28.5.tar.gz) = d91f45e1ca39ca0a70fe5249c503021f4213b66fd6d057d0a0540d10de788f021205da4e68e25464bb48a5441ce160efec9566caf01aa3738bd8afe27eb51d37
|
SHA512 (Cython-0.29~rc2.tar.gz) = 714514eb0ceb059abe6b9ade98618c0670fd9f97db18e244a7aad34c1f2b7c319648dad98c0a7387273d4e35790c8b6aed69549f3e648b498a6e352904a2bf68
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user