zbyszek pushed to python-numexpr (epel7). "Move requirements to the proper package"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 27 19:55:59 UTC 2015


From b3b30ff028a4a01a6c438a0bf1e390ce04efe798 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek at in.waw.pl>
Date: Fri, 17 Jan 2014 10:45:09 -0500
Subject: Move requirements to the proper package


diff --git a/python-numexpr.spec b/python-numexpr.spec
index f648ce3..3b3c373 100644
--- a/python-numexpr.spec
+++ b/python-numexpr.spec
@@ -10,7 +10,7 @@
 Summary:	Fast numerical array expression evaluator for Python and NumPy
 Name:		python-%{module}
 Version:	2.2.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Source0:	http://numexpr.googlecode.com/files/%{module}-%{version}.tar.gz
 License:	MIT
 Group:		Development/Languages
@@ -20,7 +20,6 @@ Requires:	numpy >= 1.6
 BuildRequires:	numpy >= 1.6
 BuildRequires:	python2-devel
 %if 0%{?with_python3}
-Requires:	python3-numpy >= 1.6
 BuildRequires:	python3-devel
 BuildRequires:  python3-numpy
 %endif # with_python3
@@ -29,19 +28,20 @@ BuildRequires:  python3-numpy
 The numexpr package evaluates multiple-operator array expressions many
 times faster than NumPy can. It accepts the expression as a string,
 analyzes it, rewrites it more efficiently, and compiles it to faster
-Python code on the fly. It's the next best thing to writing the
+Python code on the fly. It’s the next best thing to writing the
 expression in C and compiling it with a specialized just-in-time (JIT)
 compiler, i.e. it does not require a compiler at runtime.
 
 %if 0%{?with_python3}
 %package -n python3-%{module}
 Summary:	Fast numerical array expression evaluator for Python and NumPy
+Requires:	python3-numpy >= 1.6
 
 %description -n python3-%{module}
 The numexpr package evaluates multiple-operator array expressions many
 times faster than NumPy can. It accepts the expression as a string,
 analyzes it, rewrites it more efficiently, and compiles it to faster
-Python code on the fly. It's the next best thing to writing the
+Python code on the fly. It’s the next best thing to writing the
 expression in C and compiling it with a specialized just-in-time (JIT)
 compiler, i.e. it does not require a compiler at runtime.
 
@@ -106,8 +106,11 @@ popd
 %endif # with_python3
 
 %changelog
+* Fri Jan 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 2.2.2-2
+- Move requirements to the proper package (#1054683)
+
 * Sun Sep 29 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 2.2.2-1
-- Update to 2.2.2
+- Update to 2.2.2 (#1013130)
 
 * Mon Sep 09 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 2.2.1-1
 - Update to 2.2.1
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-numexpr.git/commit/?h=epel7&id=b3b30ff028a4a01a6c438a0bf1e390ce04efe798


More information about the scm-commits mailing list