Dirk Mueller 2023-03-22 13:08:53 +00:00 committed by Git OBS Bridge
parent 7696892d20
commit 2c1a78827f
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2386da9a471cc00a1f47845e27d916d5ec5346ae9696e01a8a34760858fe9dd2
size 10903184

3
numpy-1.24.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:003a9f530e880cb2cd177cba1af7220b9aa42def9c4afc2a2fc3ee6be7eb2b22
size 10906862

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 22 13:08:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.24.2:
just bugfixes, see
https://github.com/numpy/numpy/releases/tag/v1.24.2
for details
-------------------------------------------------------------------
Fri Mar 10 08:50:37 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -17,8 +17,8 @@
%global flavor @BUILD_FLAVOR@%{nil}
%define ver 1.24.1
%define _ver 1_24_1
%define ver 1.24.2
%define _ver 1_24_2
%define pname python-numpy
%define plainpython python
%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')