Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2017-01-23 11:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2016-10-10 16:17:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes     
2017-01-23 11:28:51.866410677 +0100
@@ -1,0 +2,30 @@
+Tue Jan 17 17:24:28 UTC 2017 - [email protected]
+
+- Use preferrered pypi.io download url.
+
+-------------------------------------------------------------------
+Mon Jan 16 19:19:36 UTC 2017 - [email protected]
+
+- specfile:
+  * update copyright year
+  * changed from tar.gz to zip on pypi
+
+- update to version 1.12.0:
+  * Highlights
+    + Order of operations in np.einsum can now be optimized for large
+      speed improvements.
+    + New signature argument to np.vectorize for vectorizing with core
+      dimensions.
+    + The keepdims argument was added to many functions.
+    + New context manager for testing warnings
+    + Support for BLIS in numpy.distutils
+    + Much improved support for PyPy (not yet finished)
+  * full changelog at:
+    https://github.com/numpy/numpy/blob/master/doc/release/1.12.0-notes.rst
+
+- changes from version 1.11.3:
+  * #8341: BUG: Fix ndarray.tofile large file corruption in append
+     mode.
+  * #8346: TST: Fix tests in PR #8341 for NumPy 1.11.x
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes      
2016-10-22 13:11:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2017-01-23 11:28:51.906405007 +0100
@@ -1,0 +2,32 @@
+Tue Jan 17 17:24:28 UTC 2017 - [email protected]
+
+- Remove long-unused atlas support.
+- Use preferrered pypi.io download url.
+- Use conditional build for openblas.
+
+-------------------------------------------------------------------
+Mon Jan 16 19:19:36 UTC 2017 - [email protected]
+
+- specfile:
+  * update copyright year
+  * changed from tar.gz to zip on pypi
+
+- update to version 1.12.0:
+  * Highlights
+    + Order of operations in np.einsum can now be optimized for large
+      speed improvements.
+    + New signature argument to np.vectorize for vectorizing with core
+      dimensions.
+    + The keepdims argument was added to many functions.
+    + New context manager for testing warnings
+    + Support for BLIS in numpy.distutils
+    + Much improved support for PyPy (not yet finished)
+  * full changelog at:
+    https://github.com/numpy/numpy/blob/master/doc/release/1.12.0-notes.rst
+
+- changes from version 1.11.3:
+  * #8341: BUG: Fix ndarray.tofile large file corruption in append
+     mode.
+  * #8346: TST: Fix tests in PR #8341 for NumPy 1.11.x
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.11.2.tar.gz

New:
----
  numpy-1.12.0.zip

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

Other differences:
------------------
++++++ python3-numpy-doc.spec ++++++
--- /var/tmp/diff_new_pack.YSI5M3/_old  2017-01-23 11:28:52.730288203 +0100
+++ /var/tmp/diff_new_pack.YSI5M3/_new  2017-01-23 11:28:52.730288203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy-doc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,13 +17,13 @@
 
 
 Name:           python3-numpy-doc
-Version:        1.11.2
+Version:        1.12.0
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        Documentation for python3-numpy
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
-Source:         
https://files.pythonhosted.org/packages/source/n/numpy/numpy-%{version}.tar.gz
+Source:         https://pypi.io/packages/source/n/numpy/numpy-%{version}.zip
 # PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
 Patch0:         numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure
@@ -37,6 +37,7 @@
 BuildRequires:  python3-numpydoc
 BuildRequires:  python3-pyparsing
 BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 BuildArch:      noarch
 Recommends:     python3-numpy
 Provides:       python3-numpy-doc-html = 1.7.1

++++++ python3-numpy.spec ++++++
--- /var/tmp/diff_new_pack.YSI5M3/_old  2017-01-23 11:28:52.754284802 +0100
+++ /var/tmp/diff_new_pack.YSI5M3/_new  2017-01-23 11:28:52.762283667 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numpy
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define with_atlas 0
+%if 0%{?is_opensuse} 
+%bcond_without openblas
+%else
+%bcond_with openblas
+%endif
 
 Name:           python3-numpy
-Version:        1.11.2
+Version:        1.12.0
 Release:        0
 Url:            http://www.numpy.org/
 Summary:        NumPy array processing for numbers, strings, records and 
objects
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
-Source:         
https://files.pythonhosted.org/packages/source/n/numpy/numpy-%{version}.tar.gz
+Source:         https://pypi.io/packages/source/n/numpy/numpy-%{version}.zip
 # PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
 Patch0:         numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure
@@ -35,7 +38,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
-%if 0%{?is_opensuse} 
+BuildRequires:  unzip
+%if %{with openblas}
 BuildRequires:  openblas-devel
 %endif
 BuildRequires:  python3 >= 3.2
@@ -43,9 +47,6 @@
 BuildRequires:  python3-setuptools
 # Cython needed for mtrand.c regenerating (python3.3)
 BuildRequires:  python3-Cython
-%if %{with_atlas} == 1
-BuildRequires:  libatlas3-devel
-%endif
 
 %description
 NumPy is a general-purpose array-processing package designed to
@@ -66,13 +67,10 @@
 Requires:       blas-devel
 Requires:       gcc-fortran
 Requires:       lapack-devel
-%if 0%{?is_opensuse} 
+%if %{with openblas}
 Requires:       openblas-devel
 %endif
 Requires:       python3-devel >= %{py3_ver}
-%if %{with_atlas} == 1
-Requires:       libatlas3-devel
-%endif
 
 %description devel
 This package contains files for developing applications using numpy.


Reply via email to