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:           Sun Sep 14 07:05:38 UTC 2025

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

Log Message:
py-numpy: updated to 2.3.3

2.3.3
MAINT: Prepare 2.3.x for further development.
BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR...
BLD: allow targeting webassembly without emscripten
MAINT: Backport write_release.py
MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2
BUG: Always return a real dtype from linalg.cond (gh-18304)
MAINT: Add .file entry to all .s SVML files
BUG: Casting from one timedelta64 to another didn't handle NAT.
BLD: update vendored Meson to 1.8.3 [wheel build]
BUG: Fix metadata not roundtripping when pickling datetime
TST: update link and version for Intel SDE download
TYP: add ``sorted`` kwarg to ``unique``
MAINT: Update pythoncapi-compat from main.
MAINT: Update cibuildwheel.
MAINT: Fix typo in wheels.yml
BUG, BLD: Correct regex for ppc64 VSX3/VSX4 feature detection
TYP: ndarray.fill() takes no keyword arguments
BUG: avoid thread-unsafe refcount check in temp elision
CI: replace comment-hider action in mypy_primer workflow
BLD: Add missing <unordered_map> include
BUG: use correct input dtype in flatiter assignment
TYP: fix np.bool method declarations
BUG: Correct ambiguous logic for s390x CPU feature detection


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.103 -r1.104 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.139 pkgsrc/math/py-numpy/Makefile:1.140
--- pkgsrc/math/py-numpy/Makefile:1.139 Fri Jul 25 11:30:03 2025
+++ pkgsrc/math/py-numpy/Makefile       Sun Sep 14 07:05:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2025/07/25 11:30:03 adam Exp $
+# $NetBSD: Makefile,v 1.140 2025/09/14 07:05:38 adam Exp $
 
-DISTNAME=      numpy-2.3.2
+DISTNAME=      numpy-2.3.3
 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.103 pkgsrc/math/py-numpy/distinfo:1.104
--- pkgsrc/math/py-numpy/distinfo:1.103 Fri Jul 25 11:30:03 2025
+++ pkgsrc/math/py-numpy/distinfo       Sun Sep 14 07:05:38 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.103 2025/07/25 11:30:03 adam Exp $
+$NetBSD: distinfo,v 1.104 2025/09/14 07:05:38 adam Exp $
 
-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
+BLAKE2s (numpy-2.3.3.tar.gz) = 8b2e6effcdc3ffb51cfab0a03acdf0417db139a7ac050cc24ab4ae0732cfa820
+SHA512 (numpy-2.3.3.tar.gz) = 5555f68d75342054c240695a7a7aaaaec09c45e04965b4100732a7f8f49f53a203ec438e35c12040481d6ee9f4649e43c83ac96fdc08526cdcf93463b9fe7bd9
+Size (numpy-2.3.3.tar.gz) = 20576648 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