Update to 0.25.2
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
4b5b3074b5
commit
3eb104e570
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ Cython-0.12.1.tar.gz
|
|||||||
/Cython-0.23.tar.gz
|
/Cython-0.23.tar.gz
|
||||||
/Cython-0.23.4.tar.gz
|
/Cython-0.23.4.tar.gz
|
||||||
/Cython-0.24.1.tar.gz
|
/Cython-0.24.1.tar.gz
|
||||||
|
/Cython-0.25.2.tar.gz
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.24.1
|
Version: 0.25.2
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
License: Python
|
License: Python
|
||||||
@ -27,7 +27,7 @@ for writing Python extension modules.
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
Provides: Cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: Cython = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Obsoletes: Cython < 0.24.1-6
|
Obsoletes: Cython < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -104,6 +104,9 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests
|
|||||||
%{python3_sitearch}/__pycache__/%{upname}.*
|
%{python3_sitearch}/__pycache__/%{upname}.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.25.2-1
|
||||||
|
- Update to 0.25.2
|
||||||
|
|
||||||
* Sat Aug 27 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.1-8
|
* Sat Aug 27 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.1-8
|
||||||
- Fix provides (RHBZ #1370879)
|
- Fix provides (RHBZ #1370879)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user