[python-numexpr] New release 2.0

Thibault North tnorth at fedoraproject.org
Sun Nov 27 15:54:00 UTC 2011


commit a285d15ba002d66f41f486cf5c5f0acdd2c7ada3
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Sun Nov 27 10:53:45 2011 -0500

    New release 2.0

 .gitignore          |    1 +
 python-numexpr.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 990b34d..fde31f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /numexpr-1.4.2.tar.gz
+/numexpr-2.0.tar.gz
diff --git a/python-numexpr.spec b/python-numexpr.spec
index c480129..1a94894 100644
--- a/python-numexpr.spec
+++ b/python-numexpr.spec
@@ -6,15 +6,15 @@
 
 Summary:	Fast numerical array expression evaluator for Python and NumPy
 Name:		python-%{module}
-Version:	1.4.2
-Release:	2%{?dist}
+Version:	2.0
+Release:	1%{?dist}
 Source0:	http://numexpr.googlecode.com/files/%{module}-%{version}.tar.gz
 License:	MIT
 Group:		Development/Languages
 URL:		http://numexpr.googlecode.com/
 
-Requires:	numpy >= 1.4.1
-BuildRequires:	numpy >= 1.4.1
+Requires:	numpy >= 1.6
+BuildRequires:	numpy >= 1.6
 BuildRequires:	python-devel
 
 
@@ -53,6 +53,9 @@ chmod 0755 %{buildroot}%{python_sitearch}/%{module}/*.so
 %{python_sitearch}/numexpr-%{version}-py*.egg-info/
 
 %changelog
+* Sun Nov 27 2011 Thibault North <tnorth at fedoraproject.org> - 2.0-1
+- Update to 2.0
+
 * Sun Oct 30 2011 Thibault North <tnorth at fedoraproject.org> - 1.4.2-2
 - Add check section
 - Fix permissions and remove useless sections
diff --git a/sources b/sources
index 60a9fb9..11b3efd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-139115cc196dc57a66b2eb30cd3e80a0  numexpr-1.4.2.tar.gz
+7b228fc1e5a2b6be69c1af636e6d8de7  numexpr-2.0.tar.gz


More information about the scm-commits mailing list