Accepting request 84174 from devel:languages:python

- Update to version 0.15.1:
  * Please see http://wiki.cython.org/ReleaseNotes-0.15.1

OBS-URL: https://build.opensuse.org/request/show/84174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2011-09-22 08:48:07 +00:00
committed by Git OBS Bridge
parent 0ecce75626
commit 66d12149bc
4 changed files with 15 additions and 5 deletions

View File

@@ -18,8 +18,8 @@
Name: python-Cython
Version: 0.15
Release: 1
Version: 0.15.1
Release: 0
Url: http://www.cython.org
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
@@ -60,6 +60,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Disabled testsuite as it takes a long time:
#%%check
#python runtests.py
%files
%defattr(-,root,root,-)
%doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos