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 Sep 8 05:08:26 UTC 2026
Modified Files:
pkgsrc/math/py-numpy: Makefile distinfo
Log Message:
py-numpy: updated to 2.5.3
2.5.3
MAINT: Prepare 2.5.x for further development
BUG: raise ValueError when reading into record array with references...
BUG: avoid uninitialized memory access / NULL-pointer deref in...
TYP: fix ``np.random.{get,set}_bit_generator`` implicit re-exports...
BUG: don't assume strides are a multiple of itemsize in stringdtype...
CI: fix ccache CC override, add CXX in mac Conda CI
BUG: Fix ref leak in _convert_from_type for custom scalar types...
BUG: fix a number of issues around iterators and StringDType...
TST: avoid allocating huge tuple of arrays in concatenate test...
BUG: avoid possible UB in 'safe' multiplication helpers
MAINT: use ``PyObject_`` functions instead of raw ``PyArray_ ones``
BUG: validate UTF-8 and harden StringDType bounds handling
BUG: fix two error handling mistakes in stringdtype replace loop...
BUG: fix visibility annotations for functions in StringDType...
MAINT: Update ml_dtypes pin to 8/21/2026.
MAINT: Update numpy/_core/src/umath/svml
MAINT: skip failing cython limited API tests on Cython 3.3.0...
BUG: close duplicated file descriptor if fdopen fails
MAINT: add missing space in warning and error messages
BUG: fix error handling in StringDType to fixed-width bytes case...
MAINT: Only run nightly BLAS tests on main.
BUG: fix memory leak in StringDType creation error path
BUG: fix stale fill_value after ufuncs change MaskedArray dtype...
MAINT: exit deadlock tests quickly on slow hardware
BUG: Backport StringDType byteorder fixes
DOC: use static scipy doc site for intershpinx
BUG: fix crash in ufunc.resolve_dtypes with a Python scalar type...
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.120 -r1.121 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.157 pkgsrc/math/py-numpy/Makefile:1.158
--- pkgsrc/math/py-numpy/Makefile:1.157 Mon Aug 17 18:12:57 2026
+++ pkgsrc/math/py-numpy/Makefile Tue Sep 8 05:08:26 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.157 2026/08/17 18:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2026/09/08 05:08:26 adam Exp $
-DISTNAME= numpy-2.5.2
+DISTNAME= numpy-2.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
@@ -11,10 +10,10 @@ HOMEPAGE= https://numpy.org/
COMMENT= Array processing for numbers, strings, records, and objects
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python-[0-9]*:../../devel/py-meson_python
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0:../../devel/py-meson_python
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=0:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.2.0:../../devel/py-typing-extensions
USE_CC_FEATURES= c11
Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.120 pkgsrc/math/py-numpy/distinfo:1.121
--- pkgsrc/math/py-numpy/distinfo:1.120 Mon Aug 17 18:12:57 2026
+++ pkgsrc/math/py-numpy/distinfo Tue Sep 8 05:08:26 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.120 2026/08/17 18:12:57 wiz Exp $
+$NetBSD: distinfo,v 1.121 2026/09/08 05:08:26 adam Exp $
-BLAKE2s (numpy-2.5.2.tar.gz) = 5d85089a4c6f2305bc7ccdcecf01b29ec11a485bb7d52f6f1a12974342619e2f
-SHA512 (numpy-2.5.2.tar.gz) = 30d0581b90a88f80de49202e9dace7605363e66d1141229cc85a4aef5aad185de4d24820cb7ec8e8860b1e2c593b7795649675ef850d35ef3883b386b5381231
-Size (numpy-2.5.2.tar.gz) = 20773161 bytes
+BLAKE2s (numpy-2.5.3.tar.gz) = 805b11ba559915dba9ab29f1fc175561ca981bd259d30d8cfc80a85781ed34d4
+SHA512 (numpy-2.5.3.tar.gz) = 667ba01fc13669a8150b0b4797e6c6b953d27ce37d71f8dec02acd7050669fe9a461efc63e162d9732bc297deb3e5587675e40adbac923949da257a255f9b15b
+Size (numpy-2.5.3.tar.gz) = 20791231 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_npymath_npy__math.c) = b28f1a9730d98a18b2f4f97c1c356ca8ad80903d
Home |
Main Index |
Thread Index |
Old Index