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:   wiz
Date:           Sun May 18 10:09:47 UTC 2025

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

Log Message:
py-numpy: update to 2.2.6.

NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5
release. It is a mix of typing fixes/improvements as well as the normal
bug fixes and some CI maintenance.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.100 -r1.101 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.134 pkgsrc/math/py-numpy/Makefile:1.135
--- pkgsrc/math/py-numpy/Makefile:1.134 Sun Apr 20 21:27:40 2025
+++ pkgsrc/math/py-numpy/Makefile       Sun May 18 10:09:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2025/04/20 21:27:40 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2025/05/18 10:09:47 wiz Exp $
 
-DISTNAME=      numpy-2.2.5
+DISTNAME=      numpy-2.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
@@ -96,8 +96,8 @@ SUBST_MESSAGE.paths=  Fixing path to nump
 SUBST_FILES.paths=     numpy/tests/test_configtool.py
 SUBST_SED.paths=       -e 's,'numpy-config','numpy-config-${PYVERSSUFFIX}',g'
 
-# as of 2.2.2
-# 35 failed, 46805 passed, 1742 skipped, 2811 deselected, 33 xfailed, 4 xpassed, 1 warning
+# as of 2.2.6
+# 35 failed, 46884 passed, 1742 skipped, 2815 deselected, 33 xfailed, 4 xpassed, 1 warning
 do-test:
        cd ${WRKDIR} && \
        ${SETENV} ${TEST_ENV} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()"

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.100 pkgsrc/math/py-numpy/distinfo:1.101
--- pkgsrc/math/py-numpy/distinfo:1.100 Sun Apr 20 21:27:40 2025
+++ pkgsrc/math/py-numpy/distinfo       Sun May 18 10:09:47 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.100 2025/04/20 21:27:40 wiz Exp $
+$NetBSD: distinfo,v 1.101 2025/05/18 10:09:47 wiz Exp $
 
-BLAKE2s (numpy-2.2.5.tar.gz) = 784b9d16651b8071df47aea61aae5f88b689d7739fc99601594c874b22feb400
-SHA512 (numpy-2.2.5.tar.gz) = 3cc8a8876d659c9c740558c0814795464e44865376efa62cecf8a1265a44774ecb58dd7827c34bfd37675215d08cd66de249663e6e7ae57cd929749e4829ccdf
-Size (numpy-2.2.5.tar.gz) = 20273920 bytes
+BLAKE2s (numpy-2.2.6.tar.gz) = 530cb600991fb7c8482a7ae4cbf1a2bcdef588b701356e45774769430debd281
+SHA512 (numpy-2.2.6.tar.gz) = 00c82476c6cc8e68c4cd3210896172d91bdb52a46676931d173a3bbd772b29cebc8e819dfbbaf621eba9225fff3fa3f81426fe864d8812de4ff2975e7ac5c338
+Size (numpy-2.2.6.tar.gz) = 20276440 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