Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2019-03-22 14:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Fri Mar 22 14:54:06 2019 rev:76 rq:686968 version:1.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2019-03-04 09:13:12.192678416 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.25356/python-numpy.changes     
2019-03-22 14:54:11.718066727 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 21:03:43 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Update to 1.16.2:
+  - Primarily focused on fixing on Windows-related bugs
+  - regression fix correcting signed zeros produced by divmod
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.16.1.zip

New:
----
  numpy-1.16.2.zip
  python-numpy-rpmlintrc

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.EeQnp4/_old  2019-03-22 14:54:13.774065482 +0100
+++ /var/tmp/diff_new_pack.EeQnp4/_new  2019-03-22 14:54:13.810065461 +0100
@@ -18,7 +18,7 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
-%define _ver 1_16_1
+%define _ver 1_16_2
 %define pname python-numpy
 
 %bcond_with ringdisabled
@@ -77,13 +77,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           %{package_name}
-Version:        1.16.1
+Version:        1.16.2
 Release:        0
 Summary:        NumPy array processing for numbers, strings, records and 
objects
 License:        BSD-3-Clause
 Group:          Development/Libraries/Python
 Url:            http://www.numpy.org/
 Source:         https://pypi.io/packages/source/n/numpy/numpy-%{version}.zip
+Source99:       python-numpy-rpmlintrc
 # 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
@@ -100,7 +101,7 @@
 BuildRequires:  gcc-gfortran
  %endif
  %if %{with openblas}
-BuildRequires:  openblas-devel
+BuildRequires:  openblas-devel > 0.3.4
  %else
 BuildRequires:  blas-devel
 BuildRequires:  lapack-devel
@@ -112,7 +113,7 @@
 BuildRequires:  suse-hpc
 Requires:       libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
 %endif
-BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module Cython >= 0.29.2}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++++++ numpy-1.9.0-remove-__declspec.patch ++++++
--- /var/tmp/diff_new_pack.EeQnp4/_old  2019-03-22 14:54:14.418065093 +0100
+++ /var/tmp/diff_new_pack.EeQnp4/_new  2019-03-22 14:54:14.418065093 +0100
@@ -15,7 +15,7 @@
 
 --- a/numpy/core/setup_common.py
 +++ b/numpy/core/setup_common.py
-@@ -166,7 +166,7 @@
+@@ -168,7 +168,7 @@ OPTIONAL_FUNCTION_ATTRIBUTES = [('__attr
                                  ]
  
  # variable attributes tested via "int %s a" % attribute

++++++ python-numpy-rpmlintrc ++++++
# This file is required for testing
addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c")

Reply via email to