update to 0.11

This commit is contained in:
Neal Becker 2009-03-14 13:05:59 +00:00
commit f671ea9a7f
2 changed files with 15 additions and 4 deletions

View file

@ -3,8 +3,8 @@
Name: Cython
Version: 0.10.3
Release: 1%{?dist}
Version: 0.11
Release: 2%{?dist}
Summary: A language for writing Python extension modules
Group: Development/Tools
@ -45,12 +45,13 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%check
%{__python} runtests.py
%{__python} runtests.py -x numpy
%files
%defattr(-,root,root,-)
%{_bindir}/cython
%{python_sitearch}/Cython
%{python_sitearch}/cython.py*
%{python_sitearch}/pyximport
%if 0%{?fedora} >= 9
%{python_sitearch}/Cython*egg-info
@ -59,6 +60,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Mar 14 2009 Neal Becker <ndbecker2@gmail.com> - 0.11-2
- Missed cython.py*
* Sat Mar 14 2009 Neal Becker <ndbecker2@gmail.com> - 0.11-1
- Update to 0.11
- Exclude numpy from tests so we don't have to BR it
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Dec 17 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.3-1
- Update to 0.10.3

View file

@ -1 +1 @@
684103ed37472d9beef3a38e0d5c431d Cython-0.10.3.tar.gz
2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz