From b78a58761e7a55d844ee248d8730751d90f0044a Mon Sep 17 00:00:00 2001 From: liqiangsun Date: Thu, 27 Nov 2025 20:09:31 +0800 Subject: [PATCH] update to 2.3.5 --- numpy-2.3.2.tar.gz => numpy-2.3.5.tar.gz | 4 ++-- numpy.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename numpy-2.3.2.tar.gz => numpy-2.3.5.tar.gz (32%) diff --git a/numpy-2.3.2.tar.gz b/numpy-2.3.5.tar.gz similarity index 32% rename from numpy-2.3.2.tar.gz rename to numpy-2.3.5.tar.gz index 5538bbf..fd4db36 100644 --- a/numpy-2.3.2.tar.gz +++ b/numpy-2.3.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48 -size 20489306 +oid sha256:784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0 +size 20584950 diff --git a/numpy.spec b/numpy.spec index cbee663..91abcd2 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,7 +1,7 @@ %global modname numpy Name: numpy -Version: 2.3.2 +Version: 2.3.5 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 Nov 27 2025 sunliqiang - 1:2.3.5-1 +- update to 2.3.5 + * Fri Sep 05 2025 Funda Wang - 1:2.3.2-1 - update to 2.3.2 -- Gitee