Compare commits

...

5 commits

Author SHA1 Message Date
Neal Becker
f0162fe950 update to 0.11 2009-03-14 12:47:06 +00:00
Neal Becker
f9625933d2 update to 0.11 2009-03-14 12:36:04 +00:00
Neal Becker
0dfd9c6b28 update to 0.10.3 2008-12-17 12:51:51 +00:00
Neal Becker
0a9e83e88f Update to 0.10.2 2008-12-01 13:36:36 +00:00
Jesse Keating
f292bba31f Initialize branch F-10 for Cython 2008-11-07 04:07:21 +00:00
4 changed files with 38 additions and 4 deletions

View file

@ -1 +1 @@
Cython-0.9.8.tar.gz
Cython-0.10.3.tar.gz

View file

@ -3,7 +3,7 @@
Name: Cython
Version: 0.9.8
Version: 0.11
Release: 2%{?dist}
Summary: A language for writing Python extension modules
@ -45,12 +45,14 @@ 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
%endif
@ -58,6 +60,37 @@ 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
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.2-2
- Rebuild for Python 2.6
* Mon Dec 1 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.2-1
- Update to 0.10.2
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.1-2
- Rebuild for Python 2.6
* Wed Nov 19 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.1-1
- Update to 0.10.1
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-3
- Fix typo
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-1
- Update to 0.10
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
- Install into python_sitearch
- Add %%check

1
branch Normal file
View file

@ -0,0 +1 @@
F-10

View file

@ -1 +1 @@
dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz
2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz