Update to 1.23.5
Resolves: RHEL-5520
This commit is contained in:
parent
0aa0da084f
commit
c1f83f05b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@ numpy-1.4.1.tar.gz
|
||||
/numpy-1.20.0rc2.tar.gz
|
||||
/numpy-1.20.0.tar.gz
|
||||
/numpy-1.20.1.tar.gz
|
||||
/numpy-1.23.5.tar.gz
|
||||
|
||||
15
numpy.spec
15
numpy.spec
@ -14,8 +14,8 @@
|
||||
%global modname numpy
|
||||
|
||||
Name: numpy
|
||||
Version: 1.20.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.23.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A fast multidimensional array facility for Python
|
||||
|
||||
@ -23,7 +23,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://numpy.org/doc/1.19/numpy-html.zip
|
||||
Source1: https://numpy.org/doc/1.23/numpy-html.zip
|
||||
|
||||
%description
|
||||
NumPy is a general-purpose array-processing package designed to
|
||||
@ -52,7 +52,7 @@ Obsoletes: numpy < 1:1.10.1-3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-Cython
|
||||
BuildRequires: gcc-gfortran gcc
|
||||
BuildRequires: gcc-gfortran gcc gcc-c++
|
||||
BuildRequires: lapack-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-hypothesis
|
||||
@ -183,12 +183,19 @@ python3 runtests.py
|
||||
%{_bindir}/f2py.numpy
|
||||
%{_bindir}/f2py%{python3_version}
|
||||
%{python3_sitearch}/%{name}/f2py
|
||||
%{python3_sitearch}/%{name}/array_api/
|
||||
%{python3_sitearch}/%{name}/_pyinstaller/
|
||||
%{python3_sitearch}/%{name}/_typing/
|
||||
|
||||
%files -n python3-numpy-doc
|
||||
%doc docs/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2024 Pavel Simovec <psimovec@redhat.com> - 1:1.23.5-1
|
||||
- Update to 1.23.5
|
||||
- Resolves: RHEL-5520
|
||||
|
||||
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 1.20.1-5
|
||||
- Add automatically generated Obsoletes tag with the python39- prefix
|
||||
for smoother upgrade from RHEL8
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (numpy-1.20.1.tar.gz) = e6b55e04549af7539e9dab342c1b2cb6ecdb5f577d4f415c05d4048e228e78215d5dec544743839536f205737c290fa53455cc535b171fd7447c911e1a497791
|
||||
SHA512 (numpy-html.zip) = 4a421636523424a0703290b6a0ba53b85a9a9e8a6256363e2481f1c02ae278825c09f2f13d39e99f8aae21f57a4978723f3fc690693520f8c3b45a5b4c5a38ab
|
||||
SHA512 (numpy-1.23.5.tar.gz) = 8f3ece76dbe79bc887275332d25f851ade2087de3026de5fb7ed793590b3e7d274f590357296e152373b4e9a245d4d563393ba7198bca6d44631b941acb89c2c
|
||||
SHA512 (numpy-html.zip) = 218a2e893816af767c7cedd1f2256e05f68e59491c29277c95de653a206aaff35c5fe3bc6afd6d6d5ea7957748ec565593eb30d004e36e94c894ea4a6884902a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user