From c87da3081c5a04fc4f663fb1a7853f0235d3592e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 5 Sep 2025 13:33:16 +0800 Subject: [PATCH] 2.3.2 --- numpy-2.3.1.tar.gz => numpy-2.3.2.tar.gz | 4 ++-- numpy.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename numpy-2.3.1.tar.gz => numpy-2.3.2.tar.gz (32%) diff --git a/numpy-2.3.1.tar.gz b/numpy-2.3.2.tar.gz similarity index 32% rename from numpy-2.3.1.tar.gz rename to numpy-2.3.2.tar.gz index 80aa905..5538bbf 100644 --- a/numpy-2.3.1.tar.gz +++ b/numpy-2.3.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b -size 20390372 +oid sha256:e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48 +size 20489306 diff --git a/numpy.spec b/numpy.spec index db3fa6c..cbee663 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,13 +1,13 @@ %global modname numpy Name: numpy -Version: 2.3.1 +Version: 2.3.2 Release: 1 Epoch: 1 Summary: A fast multidimensional array facility for Python License: BSD-3-Clause AND MIT AND Apache-2.0 AND (Zlib OR BSL-1.0) -URL: http://www.numpy.org/ +URL: https://www.numpy.org/ Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: openblas-devel @@ -107,6 +107,9 @@ popd &> /dev/null %exclude %{python3_sitearch}/%{name}/f2py/tests/ %changelog +* Fri Sep 05 2025 Funda Wang - 1:2.3.2-1 +- update to 2.3.2 + * Thu Aug 28 2025 yueyaoqiang - 1:2.3.1-1 - Update to 2.3.1 -- Gitee