diff --git a/.abf.yml b/.abf.yml index bcf4363..69beaa6 100644 --- a/.abf.yml +++ b/.abf.yml @@ -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 diff --git a/python-cython.spec b/python-cython.spec index 5c612de..b4751fe 100644 --- a/python-cython.spec +++ b/python-cython.spec @@ -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* - -