Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2017-09-21 12:27:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Thu Sep 21 12:27:39 2017 rev:56 rq:527258 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy-doc.changes    
2017-08-10 14:57:43.787027573 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy-doc.changes       
2017-09-21 12:27:43.175421852 +0200
@@ -1,0 +2,29 @@
+Mon Sep 18 14:40:26 UTC 2017 - hs...@mail.de
+
+- Update to version 1.13.1
+  * bugfix release for problems found in 1.13.0; major changes:
+    + fixes for the new memory overlap detection and temporary
+      elision
+    + reversion of the removal of the boolean binary - operator
+  * 1.13.0 Highlights:
+    + Operations like a + b + c will reuse temporaries on some
+      platforms
+    + Inplace operations check if inputs overlap outputs and
+      create temporaries
+    + New __array_ufunc__ attribute provides improved ability for
+      classes to override default ufunc behavior.
+    + New np.block function for creating blocked arrays.
+  * 1.13.0 New functions:
+    + New np.positive ufunc.
+    + New np.divmod ufunc provides more efficient divmod.
+    + New np.isnat ufunc tests for NaT special values.
+    + New np.heaviside ufunc computes the Heaviside function.
+    + New np.isin function, improves on in1d.
+    + New np.block function for creating blocked arrays.
+    + New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API.
+  * deprecations, compatibility notes, etc see full changelog at
+    
https://github.com/numpy/numpy/blob/master/doc/changelog/1.13.0-changelog.rst
+- dropped xlocale.patch (now upstream)
+- do not apply 'sed 1d' command to exec_command.py
+
+-------------------------------------------------------------------
python-numpy.changes: same change

Old:
----
  numpy-1.12.1.zip
  xlocale.patch

New:
----
  numpy-1.13.1.zip

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

Other differences:
------------------
++++++ python-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.bfwjUn/_old  2017-09-21 12:27:44.119289079 +0200
+++ /var/tmp/diff_new_pack.bfwjUn/_new  2017-09-21 12:27:44.119289079 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-numpy-doc
-Version:        1.12.1
+Version:        1.13.1
 Release:        0
 Summary:        Documentation for python-numpy
 License:        BSD-3-Clause
@@ -28,8 +28,6 @@
 Patch0:         numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure
 Patch1:         numpy-1.9.0-remove-__declspec.patch
-# PATCH-FIX-UPSTREAM don't use obsolete <xlocale.h>
-Patch2:         xlocale.patch
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-matplotlib
@@ -73,7 +71,6 @@
 %setup -q -n numpy-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 # drop build date from doc to fix build-compare
 sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" doc/source/conf.py
 

++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.bfwjUn/_old  2017-09-21 12:27:44.139286267 +0200
+++ /var/tmp/diff_new_pack.bfwjUn/_new  2017-09-21 12:27:44.143285704 +0200
@@ -41,7 +41,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-numpy
-Version:        1.12.1
+Version:        1.13.1
 Release:        0
 Summary:        NumPy array processing for numbers, strings, records and 
objects
 License:        BSD-3-Clause
@@ -52,8 +52,6 @@
 Patch0:         numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure
 Patch1:         numpy-1.9.0-remove-__declspec.patch
-# PATCH-FIX-UPSTREAM don't use obsolete <xlocale.h>
-Patch2:         xlocale.patch
 BuildRequires:  blas-devel
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -113,9 +111,8 @@
 %setup -q -n numpy-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 # Fix non-executable scripts
-sed -i "1d" 
numpy/{compat/setup,distutils/{conv_template,cpuinfo,exec_command,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/setup,matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
+sed -i "1d" 
numpy/{compat/setup,distutils/{conv_template,cpuinfo,from_template,setup,system_info},f2py/{__init__,auxfuncs,capi_maps,cb_rules,cfuncs,common_rules,crackfortran,diagnose,f2py2e,f90mod_rules,func2subr,rules,setup,use_rules},ma/setup,matrixlib/setup,setup,testing/{print_coercion_tables,setup}}.py
 
 
 %build


Reply via email to