Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2015-03-03 11:15:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-11-07 09:06:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes     
2015-03-03 11:16:10.000000000 +0100
@@ -1,0 +2,29 @@
+Mon Mar  2 15:38:20 UTC 2015 - [email protected]
+
+- Update to 1.9.2: Bugfix release
+  * #5316: fix too large dtype alignment of strings and complex types
+  * #5424: fix ma.median when used on ndarrays
+  * #5481: Fix astype for structured array fields of different byte order
+  * #5354: fix segfault when clipping complex arrays
+  * #5524: allow np.argpartition on non ndarrays
+  * #5612: Fixes ndarray.fill to accept full range of uint64
+  * #5155: Fix loadtxt with comments=None and a string None data
+  * #4476: Masked array view fails if structured dtype has datetime component
+  * #5388: Make RandomState.set_state and RandomState.get_state threadsafe
+  * #5390: make seed, randint and shuffle threadsafe
+  * #5374: Fixed incorrect assert_array_almost_equal_nulp documentation
+  * #5393: Add support for ATLAS > 3.9.33.
+  * #5313: PyArray_AsCArray caused segfault for 3d arrays
+  * #5492: handle out of memory in rfftf
+  * #4181: fix a few bugs in the random.pareto docstring
+  * #5359: minor changes to linspace docstring
+  * #4723: fix a compile issues on AIX
+
+-------------------------------------------------------------------
+Sun Jan 10  00:51:53 UTC 2015 - [email protected]
+
+- specfile:
+  * update copyright year
+  * remove ifs for opensuse version <=1220
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes      
2014-11-07 09:06:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2015-03-03 11:16:10.000000000 +0100
@@ -1,0 +2,22 @@
+Mon Mar  2 15:38:20 UTC 2015 - [email protected]
+
+- Update to 1.9.2: Bugfix release
+  * #5316: fix too large dtype alignment of strings and complex types
+  * #5424: fix ma.median when used on ndarrays
+  * #5481: Fix astype for structured array fields of different byte order
+  * #5354: fix segfault when clipping complex arrays
+  * #5524: allow np.argpartition on non ndarrays
+  * #5612: Fixes ndarray.fill to accept full range of uint64
+  * #5155: Fix loadtxt with comments=None and a string None data
+  * #4476: Masked array view fails if structured dtype has datetime component
+  * #5388: Make RandomState.set_state and RandomState.get_state threadsafe
+  * #5390: make seed, randint and shuffle threadsafe
+  * #5374: Fixed incorrect assert_array_almost_equal_nulp documentation
+  * #5393: Add support for ATLAS > 3.9.33.
+  * #5313: PyArray_AsCArray caused segfault for 3d arrays
+  * #5492: handle out of memory in rfftf
+  * #4181: fix a few bugs in the random.pareto docstring
+  * #5359: minor changes to linspace docstring
+  * #4723: fix a compile issues on AIX
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.9.1.tar.gz

New:
----
  numpy-1.9.2.tar.gz

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

Other differences:
------------------
++++++ python3-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.TIYIoY/_old  2015-03-03 11:16:11.000000000 +0100
+++ /var/tmp/diff_new_pack.TIYIoY/_new  2015-03-03 11:16:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-numpy-doc
-Version:        1.9.1
+Version:        1.9.2
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        Documentation for python3-numpy
@@ -29,9 +29,6 @@
 # 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} == 1220
-BuildRequires:  python3-2to3
-%endif
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-doc

++++++ python3-numpy.spec ++++++
--- /var/tmp/diff_new_pack.TIYIoY/_old  2015-03-03 11:16:11.000000000 +0100
+++ /var/tmp/diff_new_pack.TIYIoY/_new  2015-03-03 11:16:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:           python3-numpy
-Version:        1.9.1
+Version:        1.9.2
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        NumPy array processing for numbers, strings, records and 
objects
@@ -32,11 +32,11 @@
 Patch1:         numpy-1.9.0-remove-__declspec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
+BuildRequires:  fdupes
+BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
 BuildRequires:  python3 >= 3.2
 BuildRequires:  python3-devel >= 3.2
-BuildRequires:  fdupes
-BuildRequires:  gcc-fortran
 # Cython needed for mtrand.c regenerating (python3.3)
 BuildRequires:  python3-Cython
 %if %{with_atlas} == 1

++++++ numpy-1.9.1.tar.gz -> numpy-1.9.2.tar.gz ++++++
++++ 20606 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to