pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numpy
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 25 11:30:03 UTC 2025
Modified Files:
pkgsrc/math/py-numpy: Makefile distinfo
Log Message:
py-numpy: updated to 2.3.2
2.3.2
MAINT: Prepare 2.3.x for further development
TYP: Work around a mypy issue with bool arrays
BUG: fix fencepost error in StringDType internals
BUG: handle case in mapiter where descriptors might get replaced...
BUG: Fix shape error path in array-interface
BUG: Allow reading non-npy files in npz and add test
TST: Avoid uninitialized values in test
BUG: Fix reference leakage for output arrays in reduction functions
BUG: fix casting issue in center, ljust, rjust, and zfill
TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray``...
BUG: Any dtype should call ``square`` on ``arr \*\* 2``
MAINT: use a stable pypy release in CI
MAINT: Support python 314rc1
MAINT: Update highway to match main.
BLD: use github to build macos-arm64 wheels with OpenBLAS and...
BUG: fix datetime/timedelta hash memory leak
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/math/py-numpy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.138 pkgsrc/math/py-numpy/Makefile:1.139
--- pkgsrc/math/py-numpy/Makefile:1.138 Fri Jul 11 08:11:20 2025
+++ pkgsrc/math/py-numpy/Makefile Fri Jul 25 11:30:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2025/07/11 08:11:20 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2025/07/25 11:30:03 adam Exp $
-DISTNAME= numpy-2.3.1
+DISTNAME= numpy-2.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.102 pkgsrc/math/py-numpy/distinfo:1.103
--- pkgsrc/math/py-numpy/distinfo:1.102 Tue Jul 1 20:09:49 2025
+++ pkgsrc/math/py-numpy/distinfo Fri Jul 25 11:30:03 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.102 2025/07/01 20:09:49 wiz Exp $
+$NetBSD: distinfo,v 1.103 2025/07/25 11:30:03 adam Exp $
-BLAKE2s (numpy-2.3.1.tar.gz) = 3c6b6b7d321d0a34594d8bdc730a57250400956857e27ec7b392189474a8b618
-SHA512 (numpy-2.3.1.tar.gz) = aedb917cc6d8fcb923edb5b32e8b84bddb31fcf0159cfbda88b7ea9a5bc9e0ef58f27391746c6e9140777daf928c3e9de2a73758555130e5c00725d7082f7c2a
-Size (numpy-2.3.1.tar.gz) = 20390372 bytes
+BLAKE2s (numpy-2.3.2.tar.gz) = 53d5fab46bc0b81660f105cda5b7a223e93c6305e08540d46c74bbc52b2f2be8
+SHA512 (numpy-2.3.2.tar.gz) = 8f315a681704f1a18712828b5b9d5cd602576230fb08ff00c293ce129656faa49c9e01a446989dbd4d678166975432b531915e4838be66655ead1f0fc05be861
+Size (numpy-2.3.2.tar.gz) = 20489306 bytes
SHA1 (patch-numpy___core_feature__detection__misc.h) = c0f4d318c93fcd0e36c34c549c7778350b8a6ea5
SHA1 (patch-numpy___core_include_numpy_npy__common.h) = 175cd8f64af681949c3e8bfde064c93908433ea2
SHA1 (patch-numpy___core_src_common_mem__overlap.c) = 709f140252e8582c325d30fa0289dda3d9a5c888
Home |
Main Index |
Thread Index |
Old Index