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
This commit is contained in:
parent
18d76d858b
commit
76b54386b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d734559db35aa3697dadcea492a423118c5c55d176da2f3be9c98d4803fc2a7
|
|
||||||
size 4473522
|
|
3
numpy-1.16.1.zip
Normal file
3
numpy-1.16.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31d3fe5b673e99d33d70cfee2ea8fe8dccd60f265c3ed990873a88647e3dd288
|
||||||
|
size 5070040
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 22:14:25 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <toddrme2178@gmail.com>
|
Sat Dec 22 04:52:25 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-numpy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
|
||||||
%define ver 1.15.4
|
%define ver 1.16.1
|
||||||
%define _ver 1_15_4
|
%define _ver 1_16_1
|
||||||
%define pname python-numpy
|
%define pname python-numpy
|
||||||
|
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
@ -248,8 +248,9 @@ EOF
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
%python2_only %{p_bindir}/f2py2
|
%python2_only %{p_bindir}/f2py2*
|
||||||
%python3_only %{p_bindir}/f2py3
|
%python3_only %{p_bindir}/f2py3*
|
||||||
|
%python3_only %{p_bindir}/f2py
|
||||||
%{p_python_sitearch}/numpy/
|
%{p_python_sitearch}/numpy/
|
||||||
%{p_python_sitearch}/numpy-%{version}-py*.egg-info
|
%{p_python_sitearch}/numpy-%{version}-py*.egg-info
|
||||||
%exclude %{p_python_sitearch}/numpy/*/*/*.c
|
%exclude %{p_python_sitearch}/numpy/*/*/*.c
|
||||||
|
Loading…
Reference in New Issue
Block a user