Compare commits
5 commits
rawhide
...
Cython-0_1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0162fe950 | ||
|
|
f9625933d2 | ||
|
|
0dfd9c6b28 | ||
|
|
0a9e83e88f | ||
|
|
f292bba31f |
4 changed files with 38 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
Cython-0.9.8.tar.gz
|
Cython-0.10.3.tar.gz
|
||||||
|
|
|
||||||
37
Cython.spec
37
Cython.spec
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.9.8
|
Version: 0.11
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
|
|
@ -45,12 +45,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python} runtests.py
|
%{__python} runtests.py -x numpy
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
%{python_sitearch}/Cython
|
%{python_sitearch}/Cython
|
||||||
|
%{python_sitearch}/cython.py*
|
||||||
|
%{python_sitearch}/pyximport
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
%{python_sitearch}/Cython*egg-info
|
%{python_sitearch}/Cython*egg-info
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -58,6 +60,37 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
|
||||||
- Install into python_sitearch
|
- Install into python_sitearch
|
||||||
- Add %%check
|
- Add %%check
|
||||||
|
|
|
||||||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-10
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz
|
2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue