numpy: bump to version 2.3.2
authorAlexandru Ardelean <[email protected]>
Wed, 13 Aug 2025 06:08:43 +0000 (09:08 +0300)
committerAlexandru Ardelean <[email protected]>
Thu, 14 Aug 2025 12:10:10 +0000 (15:10 +0300)
This change bumps numpy to 2.3.2

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/numpy/Makefile
lang/python/numpy/test.sh

index e667db041be21ede100b383b1eacd70d67dd896b..f2e5de51926e9034367d007c559ea472e6ef776b 100644 (file)
@@ -6,11 +6,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=numpy
-PKG_VERSION:=2.2.5
+PKG_VERSION:=2.3.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291
+PKG_HASH:=e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48
 
 PKG_MAINTAINER:=Alexandru Ardelean <[email protected]>
 
index dc22892ca49d854d6e9b02cc82e10f5bafeacb7e..202510b59f60b4a4774f94cced6c612da58b52d1 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+[ "$1" = "python3-numpy" ] || exit 0
+
 EXP_VER="$2"
 
 python3 - << EOF