- Update to version 0.15.1:
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=6
This commit is contained in:
parent
f1770ec712
commit
e977c66557
3
Cython-0.15.1.tar.gz
Normal file
3
Cython-0.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc
|
||||||
|
size 1796536
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:059775c832014d5e2550e0293fd1bfdc9330ebc98b844a86d4ae6251fde8fee7
|
|
||||||
size 1543419
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 12:34:19 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.15.1:
|
||||||
|
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de
|
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 0.15
|
Version: 0.15.1
|
||||||
Release: 1
|
Release: 0
|
||||||
Url: http://www.cython.org
|
Url: http://www.cython.org
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -60,6 +60,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
|
# Disabled testsuite as it takes a long time:
|
||||||
|
#%%check
|
||||||
|
#python runtests.py
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
|
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user