Hello community,

here is the log from the commit of package python-numexpr for openSUSE:Factory 
checked in at 2015-05-15 07:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numexpr (Old)
 and      /work/SRC/openSUSE:Factory/.python-numexpr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numexpr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numexpr/python-numexpr.changes    
2014-07-17 17:31:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-numexpr.new/python-numexpr.changes       
2015-05-15 07:44:19.000000000 +0200
@@ -1,0 +2,24 @@
+Thu May  7 18:37:17 UTC 2015 - [email protected]
+
+- update to version 2.4.3:
+  * Comparisons with empty strings work correctly now. Fixes #121
+    and PyTables #184.
+- additional changes from version 2.4.2:
+  * Improved setup.py so that pip can query the name and version
+    without actually doing the installation. Thanks to Joris
+    Borgdorff.
+- additional changes from version 2.4.1:
+  * Added more configuration examples for compiling with MKL/VML
+    support. Thanks to Davide Del Vento.
+  * Symbol MKL_VML changed into MKL_DOMAIN_VML because the former
+    is deprecated in newer MKL. Thanks to Nick Papior Andersen.
+  * Better determination of methods in cpuinfo module. Thanks to
+    Marc Jofre.
+  * Improved NumPy version determination (handy for 1.10.0). Thanks
+    to Åsmund Hjulstad.
+  * Benchmarks run now with both Python 2 and Python 3. Thanks to
+    Zoran Plesivčak.
+- remove shebang of cpuinfo.py instead of setting it executable
+- remove unneeded clean section
+
+-------------------------------------------------------------------

Old:
----
  numexpr-2.4.tar.gz

New:
----
  numexpr-2.4.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numexpr.spec ++++++
--- /var/tmp/diff_new_pack.mpUmj1/_old  2015-05-15 07:44:19.000000000 +0200
+++ /var/tmp/diff_new_pack.mpUmj1/_new  2015-05-15 07:44:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-numexpr
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,13 +11,14 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define modname numexpr
 Name:           python-%{modname}
-Version:        2.4
+Version:        2.4.3
 Release:        0
 Url:            https://github.com/pydata/numexpr/
 Summary:        Fast numerical expression evaluator for NumPy
@@ -35,7 +36,6 @@
 Requires:       python(abi) >= %{py_ver}
 %endif
 
-
 %description
 Numexpr is a fast numerical expression evaluator for NumPy.  With it,
 expressions that operate on arrays (like "3*a+4*b") are accelerated
@@ -43,16 +43,14 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
+# remove unwanted shebang
+sed -i '/^#!/ d' numexpr/cpuinfo.py
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod a+x %{buildroot}%{python_sitearch}/%{modname}/cpuinfo.py
-
-%clean
-rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)

++++++ numexpr-2.4.tar.gz -> numexpr-2.4.3.tar.gz ++++++
++++ 3206 lines of diff (skipped)


Reply via email to