Accepting request 703311 from system:homeautomation:home-assistant

- update to version 1.16.3
  NumPy 1.16.3 Release Notes:
  The NumPy 1.16.3 release fixes bugs reported against the 1.16.2 release, and
  also backports several enhancements from master that seem appropriate for a
  release series that is the last to support Python 2.7. The wheels on PyPI are
  linked with OpenBLAS v0.3.4+, which should fix the known threading issues
  found in previous OpenBLAS versions.
  Downstream developers building this release should use Cython >= 0.29.2 and,
  if using OpenBLAS, OpenBLAS > v0.3.4.
  The most noticeable change in this release is that unpickling object arrays
  when loading *.npy or *.npz files now requires an explicit opt-in.
  This backwards incompatible change was made in response to
  CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
  Compatibility notes
  Unpickling while loading requires explicit opt-in
  The functions np.load, and np.lib.format.read_array take an
  allow_pickle keyword which now defaults to False in response to
  CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
  Improvements
  Covariance in random.mvnormal cast to double
  This should make the tolerance used when checking the singular values of the
  covariance matrix more meaningful.
  Changes
  __array_interface__ offset now works as documented
  The interface may use an offset value that was previously mistakenly
  ignored.

OBS-URL: https://build.opensuse.org/request/show/703311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal 2019-05-20 07:46:15 +00:00 committed by Git OBS Bridge
parent 6630543ee6
commit 5e1238720c
4 changed files with 40 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c692e3879dde0b67a9dc78f9bfb6f61c666b4562fd8619632d7043fb5b691b0
size 5072757

3
numpy-1.16.3.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a6f89da87eeb48014ec652a65c4ffde370c036d780a995edaeb121d3625621
size 5101064

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu May 16 06:07:59 UTC 2019 - Adrian Schröter <adrian@suse.de>
- update to version 1.16.3
NumPy 1.16.3 Release Notes:
The NumPy 1.16.3 release fixes bugs reported against the 1.16.2 release, and
also backports several enhancements from master that seem appropriate for a
release series that is the last to support Python 2.7. The wheels on PyPI are
linked with OpenBLAS v0.3.4+, which should fix the known threading issues
found in previous OpenBLAS versions.
Downstream developers building this release should use Cython >= 0.29.2 and,
if using OpenBLAS, OpenBLAS > v0.3.4.
The most noticeable change in this release is that unpickling object arrays
when loading *.npy or *.npz files now requires an explicit opt-in.
This backwards incompatible change was made in response to
CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
Compatibility notes
Unpickling while loading requires explicit opt-in
The functions np.load, and np.lib.format.read_array take an
allow_pickle keyword which now defaults to False in response to
CVE-2019-6446 <https://nvd.nist.gov/vuln/detail/CVE-2019-6446>_.
Improvements
Covariance in random.mvnormal cast to double
This should make the tolerance used when checking the singular values of the
covariance matrix more meaningful.
Changes
__array_interface__ offset now works as documented
The interface may use an offset value that was previously mistakenly
ignored.
-------------------------------------------------------------------
Fri Mar 29 12:20:01 UTC 2019 - Colleen Murphy <comurphy@suse.com>

View File

@ -18,7 +18,7 @@
%global flavor @BUILD_FLAVOR@%{nil}
%define _ver 1_16_2
%define _ver 1_16_3
%define pname python-numpy
%bcond_with ringdisabled
@ -77,7 +77,7 @@ ExclusiveArch: do_not_build
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: %{package_name}
Version: 1.16.2
Version: 1.16.3
Release: 0
Summary: NumPy array processing for numbers, strings, records and objects
License: BSD-3-Clause