Update to 0.29

This commit is contained in:
Petr Viktorin 2018-11-13 14:47:30 +01:00
parent 7252b2890b
commit f76502d039
1 changed files with 6 additions and 6 deletions

View File

@ -5,14 +5,13 @@
%bcond_with tests
Name: Cython
%global upver 0.29rc2
Version: 0.29~rc2
Release: 2%{?dist}
Version: 0.29
Release: 1%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
URL: http://www.cython.org
Source: https://github.com/cython/cython/archive/%{upver}/%{srcname}-%{version}.tar.gz
Source: https://github.com/cython/cython/archive/%{version}/%{srcname}-%{version}.tar.gz
BuildRequires: gcc
%if %{with tests}
@ -60,7 +59,7 @@ BuildRequires: python3-jedi
Python 3 version.
%prep
%autosetup -n %{upname}-%{upver} -p1
%autosetup -n %{upname}-%{version} -p1
%build
%py2_build
@ -102,8 +101,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
%{python3_sitearch}/__pycache__/%{upname}.*
%changelog
* Tue Nov 13 2018 Petr Viktorin <pviktori@redhat.com> - 0.29~rc2-2
* Tue Nov 13 2018 Petr Viktorin <pviktori@redhat.com> - 0.29-1
- Provide "Cython" from the python3 package, which contains the cython binary
- Update to 0.29
* Wed Oct 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.29~rc2-1
- Update to 0.29~rc2