Skip to content

Commit 7a8a8bd

Browse files
author
adam
committed
py-numpy: updated to 2.4.3
2.4.3 MAINT: Prepare 2.4.x for further development BUG: Fix some leaks found via LeakSanitizer MAINT: Synchronize 2.4.x submodules with main TYP: ``matlib``\ : missing extended precision imports BUG: Fix weak hash function in np.isin(). BUG: fix infinite recursion in np.ma.flatten_structured_array... BUG: Fix buffer overrun in CPU baseline validation BUG: Fix busdaycalendar's handling of a bool array weekmask.... BUG: Fix reference leaks and NULL pointer dereferences MAINT: fix two minor issues noticed when touching the C API setup ENH: Test .kind not .char in np.testing.assert_equal BUG: fix type issues in uses if PyDataType macros MAINT: Don't use vulture 2.15, it has false positives MAINT: update openblas
1 parent af29122 commit 7a8a8bd

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

math/py-numpy/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.147 2026/02/02 23:04:42 wiz Exp $
1+
# $NetBSD: Makefile,v 1.148 2026/03/10 13:16:15 adam Exp $
22

3-
DISTNAME= numpy-2.4.2
3+
DISTNAME= numpy-2.4.3
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= math python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
87

math/py-numpy/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.109 2026/02/01 18:10:01 wiz Exp $
1+
$NetBSD: distinfo,v 1.110 2026/03/10 13:16:15 adam Exp $
22

3-
BLAKE2s (numpy-2.4.2.tar.gz) = 67b58840cca37b26d4ac937a3e93cc4345dd25a9c305afc135c4be7193b961b8
4-
SHA512 (numpy-2.4.2.tar.gz) = dbb1a95737695e7c93c2c0fc9c666ee9681b5fb5b720f4dd2fe448e18732bd4679c0932386acc9720968c1c6df2377501a0d0a9d5c2610c6f6a994c08cdab6d0
5-
Size (numpy-2.4.2.tar.gz) = 20723651 bytes
3+
BLAKE2s (numpy-2.4.3.tar.gz) = 71ddda5718a6a583e0ca3cb00993ebf1ef551e227e8e1f4124ae83839bd27ecc
4+
SHA512 (numpy-2.4.3.tar.gz) = cec1d34b6dd99b809248e61945ed1f5738979c24b9165ae6c6943ad4f5209f93e6e1e7c92b758e5be92b2b20458dbd28d1087ccd66fab2bfdd3d663b7a26e4ba
5+
Size (numpy-2.4.3.tar.gz) = 20727743 bytes
66
SHA1 (patch-numpy___core_feature__detection__misc.h) = c0f4d318c93fcd0e36c34c549c7778350b8a6ea5
77
SHA1 (patch-numpy___core_include_numpy_npy__common.h) = 175cd8f64af681949c3e8bfde064c93908433ea2
88
SHA1 (patch-numpy___core_src_common_mem__overlap.c) = 709f140252e8582c325d30fa0289dda3d9a5c888

0 commit comments

Comments
 (0)