Merge pull request #1 from import/python-cython:auto_update

ROSA Updates Builder: update suggested
This commit is contained in:
dsilakov 2014-09-28 08:41:14 +04:00
commit 9cb65e00da
2 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,5 @@
removed_sources:
Cython-0.20.1.tar.gz: e0f2c2094722bada54f24c33f5c792411778ba4f
sources:
Cython-0.20.2.tar.gz: e3fd4c32bdfa4a388cce9538417237172c656d55
sources:
Cython-0.21.tar.gz: f5784539870715e33b51374e9c4451ff6ff21c7f

View file

@ -2,9 +2,9 @@
Summary: Language for writing C extensions to Python
Name: python-cython
Version: 0.20.2
Release: 2
Source0: http://www.cython.org/release/%{tarname}-%{version}.tar.gz
Version: 0.21
Release: 1
Source0: http://www.cython.org/release/Cython-%{version}.tar.gz
Source100: %{name}.rpmlintrc
License: Apache License
Group: Development/Python
@ -51,6 +51,7 @@ pushd python3
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root %{buildroot}
mv %{buildroot}/usr/bin/cython %{buildroot}/usr/bin/cython3
mv %{buildroot}/usr/bin/cygdb %{buildroot}/usr/bin/cygdb3
mv %{buildroot}/usr/bin/cythonize %{buildroot}/usr/bin/cythonize3
popd
pushd python2
@ -71,6 +72,7 @@ popd
%{_sysconfdir}/emacs/site-start.d/*.el*
%{_bindir}/cython
%{_bindir}/cygdb
%{_bindir}/cythonize
%{py_platsitedir}/Cython*
%{py_platsitedir}/cython*
%{py_platsitedir}/pyximport*
@ -78,9 +80,8 @@ popd
%files -n python3-cython
%{_bindir}/cython3
%{_bindir}/cygdb3
%{_bindir}/cythonize3
%{py3_platsitedir}/__pycache__/*
%{py3_platsitedir}/Cython*
%{py3_platsitedir}/cython*
%{py3_platsitedir}/pyximport*