Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2015-10-19 22:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python3-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-numpy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy-doc.changes  
2015-09-24 06:16:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes     
2015-10-20 00:04:44.000000000 +0200
@@ -1,0 +2,61 @@
+Tue Oct 13 08:24:51 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 1.10.1
+  + Bugfix for build problems
+    * Compiling with msvc9 or msvc10 for 32 bit Windows now requires SSE2.
+      This was the easiest fix for what looked to be some miscompiled code when
+      SSE2 was not used. If you need to compile for 32 bit Windows systems
+      without SSE2 support, mingw32 should still work.
+    * Make compiling with VS2008 python2.7 SDK easier
+    * Change Intel compiler options so that code will also be generated to
+      support systems without SSE4.2.
+    * Some _config test functions needed an explicit integer return in
+      order to avoid the openSUSE rpmlinter erring out.
+    * We ran into a problem with pipy not allowing reuse of filenames and a
+      resulting proliferation of *.*.*.postN releases. Not only were the names
+      getting out of hand, some packages were unable to work with the postN
+      suffix.
+- Remove upstream-included numpy-1.10.0-remove_Wreturn_type_warnings.patch
+
+-------------------------------------------------------------------
+Tue Oct  6 09:30:18 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 1.10.0
+  + Highlights
+    * numpy.distutils now supports parallel compilation via the --parallel/-j
+      argument passed to setup.py build
+    * numpy.distutils now supports additional customization via site.cfg to
+      control compilation parameters, i.e. runtime libraries, extra
+      linking/compilation flags.
+    * Addition of *np.linalg.multi_dot*: compute the dot product of two or more
+      arrays in a single function call, while automatically selecting the
+      fastest evaluation order.
+    * The new function `np.stack` provides a general interface for joining a
+      sequence of arrays along a new axis, complementing `np.concatenate` for
+      joining along an existing axis.
+    * Addition of `nanprod` to the set of nanfunctions.
+    * Support for the '@' operator in Python 3.5.
+  + Dropped Support:
+    * The _dotblas module has been removed. CBLAS Support is now in
+      Multiarray.
+    * The testcalcs.py file has been removed.
+    * The polytemplate.py file has been removed.
+    * npy_PyFile_Dup and npy_PyFile_DupClose have been removed from
+      npy_3kcompat.h.
+    * splitcmdline has been removed from numpy/distutils/exec_command.py.
+    * try_run and get_output have been removed from
+      numpy/distutils/command/config.py
+    * The a._format attribute is no longer supported for array printing.
+    * Keywords ``skiprows`` and ``missing`` removed from np.genfromtxt.
+    * Keyword ``old_behavior`` removed from np.correlate.
+  + Future Changes:
+    * In array comparisons like ``arr1 == arr2``, many corner cases
+      involving strings or structured dtypes that used to return scalars
+      now issue ``FutureWarning`` or ``DeprecationWarning``, and in the
+      future will be change to either perform elementwise comparisons or
+      raise an error.
+    * The SafeEval class will be removed.
+    * The alterdot and restoredot functions will be removed.
+- Rebase numpy-1.9.0-remove-__declspec.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes      
2015-09-24 06:16:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2015-10-20 00:04:44.000000000 +0200
@@ -1,0 +2,64 @@
+Tue Oct 13 08:24:51 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 1.10.1
+  + Bugfix for build problems
+    * Compiling with msvc9 or msvc10 for 32 bit Windows now requires SSE2.
+      This was the easiest fix for what looked to be some miscompiled code when
+      SSE2 was not used. If you need to compile for 32 bit Windows systems
+      without SSE2 support, mingw32 should still work.
+    * Make compiling with VS2008 python2.7 SDK easier
+    * Change Intel compiler options so that code will also be generated to
+      support systems without SSE4.2.
+    * Some _config test functions needed an explicit integer return in
+      order to avoid the openSUSE rpmlinter erring out.
+    * We ran into a problem with pipy not allowing reuse of filenames and a
+      resulting proliferation of *.*.*.postN releases. Not only were the names
+      getting out of hand, some packages were unable to work with the postN
+      suffix.
+- Remove upstream-included numpy-1.10.0-remove_Wreturn_type_warnings.patch
+
+-------------------------------------------------------------------
+Tue Oct  6 09:30:18 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 1.10.0
+  + Highlights
+    * numpy.distutils now supports parallel compilation via the --parallel/-j
+      argument passed to setup.py build
+    * numpy.distutils now supports additional customization via site.cfg to
+      control compilation parameters, i.e. runtime libraries, extra
+      linking/compilation flags.
+    * Addition of *np.linalg.multi_dot*: compute the dot product of two or more
+      arrays in a single function call, while automatically selecting the
+      fastest evaluation order.
+    * The new function `np.stack` provides a general interface for joining a
+      sequence of arrays along a new axis, complementing `np.concatenate` for
+      joining along an existing axis.
+    * Addition of `nanprod` to the set of nanfunctions.
+    * Support for the '@' operator in Python 3.5.
+  + Dropped Support:
+    * The _dotblas module has been removed. CBLAS Support is now in
+      Multiarray.
+    * The testcalcs.py file has been removed.
+    * The polytemplate.py file has been removed.
+    * npy_PyFile_Dup and npy_PyFile_DupClose have been removed from
+      npy_3kcompat.h.
+    * splitcmdline has been removed from numpy/distutils/exec_command.py.
+    * try_run and get_output have been removed from
+      numpy/distutils/command/config.py
+    * The a._format attribute is no longer supported for array printing.
+    * Keywords ``skiprows`` and ``missing`` removed from np.genfromtxt.
+    * Keyword ``old_behavior`` removed from np.correlate.
+  + Future Changes:
+    * In array comparisons like ``arr1 == arr2``, many corner cases
+      involving strings or structured dtypes that used to return scalars
+      now issue ``FutureWarning`` or ``DeprecationWarning``, and in the
+      future will be change to either perform elementwise comparisons or
+      raise an error.
+    * The SafeEval class will be removed.
+    * The alterdot and restoredot functions will be removed.
+- Rebase numpy-1.9.0-remove-__declspec.patch
+- Add numpy-1.10.0-remove_Wreturn_type_warnings.patch
+  This patch is already merged upstream and should be present in
+  numpy-1.10.1
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.9.3.tar.gz

New:
----
  numpy-1.10.1.tar.gz

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

Other differences:
------------------
++++++ python3-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.7lYxX8/_old  2015-10-20 00:04:45.000000000 +0200
+++ /var/tmp/diff_new_pack.7lYxX8/_new  2015-10-20 00:04:45.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-numpy-doc
-Version:        1.9.3
+Version:        1.10.1
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        Documentation for python3-numpy
@@ -33,7 +33,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-doc
 BuildRequires:  python3-matplotlib
-BuildRequires:  python3-numpy-devel
+BuildRequires:  python3-numpy-devel = %{version}
 BuildRequires:  python3-numpydoc
 BuildRequires:  python3-pyparsing
 BuildArch:      noarch

++++++ python3-numpy.spec ++++++
--- /var/tmp/diff_new_pack.7lYxX8/_old  2015-10-20 00:04:45.000000000 +0200
+++ /var/tmp/diff_new_pack.7lYxX8/_new  2015-10-20 00:04:45.000000000 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:           python3-numpy
-Version:        1.9.3
+Version:        1.10.1
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        NumPy array processing for numbers, strings, records and 
objects
@@ -82,7 +82,7 @@
 
 %install
 python3 setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
-rm -rf 
%{buildroot}%{python3_sitearch}/numpy/{,core,distutils,f2py,fft,lib,linalg,ma,matrixlib,oldnumeric,polynomial,random,testing}/tests
 # Don't package testsuite
+rm -rf 
%{buildroot}%{python3_sitearch}/numpy/{,compat,core,distutils,f2py,fft,lib,linalg,ma,matrixlib,polynomial,random,testing}/tests
 # Don't package testsuite
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_prefix}
 %endif

++++++ numpy-1.9.3.tar.gz -> numpy-1.10.1.tar.gz ++++++
++++ 137351 lines of diff (skipped)

++++++ numpy-1.9.0-remove-__declspec.patch ++++++
--- /var/tmp/diff_new_pack.7lYxX8/_old  2015-10-20 00:04:46.000000000 +0200
+++ /var/tmp/diff_new_pack.7lYxX8/_new  2015-10-20 00:04:46.000000000 +0200
@@ -15,12 +15,12 @@
 
 --- a/numpy/core/setup_common.py
 +++ b/numpy/core/setup_common.py
-@@ -134,7 +134,7 @@
-                                ]
+@@ -140,7 +140,7 @@
+                                 ]
  
  # variable attributes tested via "int %s a" % attribute
 -OPTIONAL_VARIABLE_ATTRIBUTES = ["__thread", "__declspec(thread)"]
 +OPTIONAL_VARIABLE_ATTRIBUTES = ["__thread"]
  
  # Subset of OPTIONAL_STDFUNCS which may alreay have HAVE_* defined by Python.h
- OPTIONAL_STDFUNCS_MAYBE = ["expm1", "log1p", "acosh", "atanh", "asinh", 
"hypot",
+ OPTIONAL_STDFUNCS_MAYBE = [


Reply via email to