[Cython/f17] update to 0.17.3

Neal Becker nbecker at fedoraproject.org
Sat Dec 15 15:48:46 UTC 2012


commit 9895f36d476ce3fe1291e24125d269708bdbb176
Author: Neal Becker <ndbecker2 at gmail.com>
Date:   Sat Dec 15 10:48:44 2012 -0500

    update to 0.17.3

 .gitignore  |    1 +
 Cython.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3e65c2..dd70c37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ Cython-0.12.1.tar.gz
 /Cython-0.17.tar.gz
 /Cython-0.17.1.tar.gz
 /Cython-0.17.2.tar.gz
+/Cython-0.17.3.tar.gz
diff --git a/Cython.spec b/Cython.spec
index d4c2135..6a6a6d4 100644
--- a/Cython.spec
+++ b/Cython.spec
@@ -7,11 +7,11 @@
 
 %global srcname distribute
 
-##%define run_check 0%{!?_without_check:1}
-%define run_check 0%{!?_with_check:0}
+%define run_check 0%{!?_without_check:1}
+##%define run_check 0%{!?_with_check:0}
 
 Name:		Cython
-Version:	0.17.2
+Version:	0.17.3
 ##Release:	4.b3%{?dist}
 Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if 0%{run_check}
 %check
-%{__python} runtests.py -x numpy
+%{__python} runtests.py
 
 %if 0%{?with_python3}
 pushd %{py3dir}
@@ -140,6 +140,9 @@ popd
 
 
 %changelog
+* Sat Dec 15 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17.3-1
+- Update to 0.17.3
+
 * Wed Nov 21 2012 Neal Becker <ndbecker2 at gmail.com> - 0.17.2-1
 - update to 0.17.2
 
diff --git a/sources b/sources
index ee2e84d..0c1f5dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09dfd4f5f82046f85025a391f084d8f9  Cython-0.17.2.tar.gz
+683241fee8f51a08acd42ab1deea0857  Cython-0.17.3.tar.gz


More information about the scm-commits mailing list