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:           Tue Mar 31 13:09:01 UTC 2026

Modified Files:
        pkgsrc/math/py-numpy: Makefile distinfo

Log Message:
py-numpy: updated to 2.4.4

2.4.4

MAINT: Prepare 2.4.x for further development
BUG: Add test to reproduce problem
BUG: fix FNV-1a 64-bit selection by using NPY_SIZEOF_UINTP
BUG: avoid warning on ufunc with where=True and no output
DOC: document caveats of ndarray.resize on 3.14 and newer
TST: fix POWER VSX feature mapping
MAINT: numpy.i: Replace deprecated ``sprintf`` with ``snprintf``...


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.110 -r1.111 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.148 pkgsrc/math/py-numpy/Makefile:1.149
--- pkgsrc/math/py-numpy/Makefile:1.148 Tue Mar 10 13:16:15 2026
+++ pkgsrc/math/py-numpy/Makefile       Tue Mar 31 13:09:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2026/03/10 13:16:15 adam Exp $
+# $NetBSD: Makefile,v 1.149 2026/03/31 13:09:01 adam Exp $
 
-DISTNAME=      numpy-2.4.3
+DISTNAME=      numpy-2.4.4
 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.110 pkgsrc/math/py-numpy/distinfo:1.111
--- pkgsrc/math/py-numpy/distinfo:1.110 Tue Mar 10 13:16:15 2026
+++ pkgsrc/math/py-numpy/distinfo       Tue Mar 31 13:09:01 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.110 2026/03/10 13:16:15 adam Exp $
+$NetBSD: distinfo,v 1.111 2026/03/31 13:09:01 adam Exp $
 
-BLAKE2s (numpy-2.4.3.tar.gz) = 71ddda5718a6a583e0ca3cb00993ebf1ef551e227e8e1f4124ae83839bd27ecc
-SHA512 (numpy-2.4.3.tar.gz) = cec1d34b6dd99b809248e61945ed1f5738979c24b9165ae6c6943ad4f5209f93e6e1e7c92b758e5be92b2b20458dbd28d1087ccd66fab2bfdd3d663b7a26e4ba
-Size (numpy-2.4.3.tar.gz) = 20727743 bytes
+BLAKE2s (numpy-2.4.4.tar.gz) = 1e67c985ecf95adacaad2267e50d78a1f5ac51bd52bdb85e21685dcd306fd0fc
+SHA512 (numpy-2.4.4.tar.gz) = 7abec48faf957449248194683aaf2d97c2424ab9ab22cfa6e6676e79185da4ad971839f24b73c8576e582f91e7d941a8fc2b1550ee84b26d8ee6273d1009deee
+Size (numpy-2.4.4.tar.gz) = 20731587 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