From 47a993a44ac2f2562df94aca7a1e163b68b761d1 Mon Sep 17 00:00:00 2001 From: yueyaoqiang Date: Fri, 29 Aug 2025 14:42:17 +0800 Subject: [PATCH] Update to 2.3.1 --- numpy-2.3.0.tar.gz => numpy-2.3.1.tar.gz | 4 ++-- numpy.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename numpy-2.3.0.tar.gz => numpy-2.3.1.tar.gz (32%) diff --git a/numpy-2.3.0.tar.gz b/numpy-2.3.1.tar.gz similarity index 32% rename from numpy-2.3.0.tar.gz rename to numpy-2.3.1.tar.gz index e3d90d8..80aa905 100644 --- a/numpy-2.3.0.tar.gz +++ b/numpy-2.3.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6 -size 20382813 +oid sha256:1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b +size 20390372 diff --git a/numpy.spec b/numpy.spec index 30b1916..db3fa6c 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,8 +1,8 @@ %global modname numpy Name: numpy -Version: 2.3.0 -Release: 2 +Version: 2.3.1 +Release: 1 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -107,6 +107,9 @@ popd &> /dev/null %exclude %{python3_sitearch}/%{name}/f2py/tests/ %changelog +* Thu Aug 28 2025 yueyaoqiang - 1:2.3.1-1 +- Update to 2.3.1 + * Sat Jul 26 2025 shixuantong - 1:2.3.0-2 - add python3-numpy runtime dependency python3-numpy-f2py -- Gitee