1.19.2
This commit is contained in:
parent
7078a6a0ab
commit
49dc352fb3
2
.gitignore
vendored
2
.gitignore
vendored
@ -78,3 +78,5 @@ numpy-1.4.1.tar.gz
|
||||
/numpy-1.19.0rc2.tar.gz
|
||||
/numpy-1.19.0.tar.gz
|
||||
/numpy-1.19.1.tar.gz
|
||||
/numpy-1.19.2.tar.gz
|
||||
/numpy-html.zip
|
||||
|
||||
10
numpy.spec
10
numpy.spec
@ -19,8 +19,8 @@
|
||||
%global modname numpy
|
||||
|
||||
Name: numpy
|
||||
Version: 1.19.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.19.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A fast multidimensional array facility for Python
|
||||
|
||||
@ -28,7 +28,7 @@ Summary: A fast multidimensional array facility for Python
|
||||
License: BSD and Python and ASL 2.0
|
||||
URL: http://www.numpy.org/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://docs.scipy.org/doc/numpy/numpy-html-1.17.0.zip
|
||||
Source1: https://numpy.org/doc/1.19/numpy-html.zip
|
||||
|
||||
%description
|
||||
NumPy is a general-purpose array-processing package designed to
|
||||
@ -178,6 +178,7 @@ python3 runtests.py
|
||||
%exclude %{python3_sitearch}/%{name}/LICENSE.txt
|
||||
%{_includedir}/numpy
|
||||
%{python3_sitearch}/%{name}/__init__.pxd
|
||||
%{python3_sitearch}/%{name}/__init__.cython-30.pxd
|
||||
|
||||
%files -n python3-numpy-f2py
|
||||
%{_bindir}/f2py
|
||||
@ -191,6 +192,9 @@ python3 runtests.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:1.19.2-1
|
||||
- 1.19.2
|
||||
|
||||
* Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 1:1.19.1-3
|
||||
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (numpy-1.19.1.tar.gz) = 8194e3bc672c79e0744f8807c6c952d0b02f9c10ae0e0a85ccbf3e135adb801da657820496b28f8d6fa0109518533defc698d33902a2feba0e4ddc25a53aaa9c
|
||||
SHA512 (numpy-html-1.17.0.zip) = 83b0a780d87d1dbf2c32a5359a8b2251d4636d35f7398cb5f72159317943906684cfb7fc26f95a26872f0216ee1b66772ce83674f87a7a6faa4d5829c5e5cfe7
|
||||
SHA512 (numpy-1.19.2.tar.gz) = e4fe2ca46eaa921a38c04c6e5faab222d51e6cc1af494922815d521de8427d4c4f5f148258b2caf98e4152b9a04138d8ee1a00205fe74b79118c15ee4d4127a4
|
||||
SHA512 (numpy-html.zip) = 4a421636523424a0703290b6a0ba53b85a9a9e8a6256363e2481f1c02ae278825c09f2f13d39e99f8aae21f57a4978723f3fc690693520f8c3b45a5b4c5a38ab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user