From 76b54386b328a0666122d349afeb9b68f24f30485d019593b0b85d0ff020c2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 Feb 2019 13:11:58 +0000 Subject: [PATCH] Accepting request 671996 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to version 1.16.1 Changes documented in release notes: https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst - Update to version 1.16.0 Changes documented in release notes: https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst OBS-URL: https://build.opensuse.org/request/show/671996 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=9 --- numpy-1.15.4.zip | 3 --- numpy-1.16.1.zip | 3 +++ python-numpy.changes | 10 ++++++++++ python-numpy.spec | 11 ++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 numpy-1.15.4.zip create mode 100644 numpy-1.16.1.zip diff --git a/numpy-1.15.4.zip b/numpy-1.15.4.zip deleted file mode 100644 index 4356158..0000000 --- a/numpy-1.15.4.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d734559db35aa3697dadcea492a423118c5c55d176da2f3be9c98d4803fc2a7 -size 4473522 diff --git a/numpy-1.16.1.zip b/numpy-1.16.1.zip new file mode 100644 index 0000000..0378d75 --- /dev/null +++ b/numpy-1.16.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d3fe5b673e99d33d70cfee2ea8fe8dccd60f265c3ed990873a88647e3dd288 +size 5070040 diff --git a/python-numpy.changes b/python-numpy.changes index 5910ba0..914444e 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 5 22:14:25 UTC 2019 - Todd R + +- Update to version 1.16.1 + Changes documented in release notes: + https://github.com/numpy/numpy/blob/master/doc/release/1.16.1-notes.rst +- Update to version 1.16.0 + Changes documented in release notes: + https://github.com/numpy/numpy/blob/master/doc/release/1.16.0-notes.rst + ------------------------------------------------------------------- Sat Dec 22 04:52:25 UTC 2018 - Todd R diff --git a/python-numpy.spec b/python-numpy.spec index ee3b3a4..adfc130 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,8 +18,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.15.4 -%define _ver 1_15_4 +%define ver 1.16.1 +%define _ver 1_16_1 %define pname python-numpy %bcond_with ringdisabled @@ -248,8 +248,9 @@ EOF %files %{python_files} %defattr(-,root,root) %doc *.txt -%python2_only %{p_bindir}/f2py2 -%python3_only %{p_bindir}/f2py3 +%python2_only %{p_bindir}/f2py2* +%python3_only %{p_bindir}/f2py3* +%python3_only %{p_bindir}/f2py %{p_python_sitearch}/numpy/ %{p_python_sitearch}/numpy-%{version}-py*.egg-info %exclude %{p_python_sitearch}/numpy/*/*/*.c