numpy: bump to 2.4.3

Changelog since 2.4.2:
- Fix threading issue with OpenBLAS on ARM
- Fix memory leaks found via LeakSanitizer
- Fix buffer overrun in CPU baseline validation
- Fix NULL pointer dereference and reference leaks
- Fix np.ma.flatten_structured_array infinite recursion
- Fix np.isin() weak hash function
- Fix busdaycalendar bool array weekmask handling

Full changelog:
https://github.com/numpy/numpy/releases/tag/v2.4.3

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-03-21 06:54:46 +00:00
committed by Alexandru Ardelean
parent b57afd9631
commit d33d9e1826

View File

@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
PKG_VERSION:=2.4.2
PKG_VERSION:=2.4.3
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=659a6107e31a83c4e33f763942275fd278b21d095094044eb35569e86a21ddae
PKG_HASH:=483a201202b73495f00dbc83796c6ae63137a9bdade074f7648b3e32613412dd
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>