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:           Mon Nov 17 09:40:53 UTC 2025

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

Log Message:
py-numpy: updated to 2.3.5

2.3.5

MAINT: Prepare 2.3.x for further development
SIMD, BLD: Backport FPMATH mode on x86-32 and filter successor...
MAINT: Backport write_release.py
TYP: Various typing updates
BUG: Fix np.strings.slice if stop=None or start and stop >= len...
BUG: Fix np.strings.slice if start > stop
BUG: avoid negating INT_MIN in PyArray_Round implementation
BUG: Fix resize when it contains references
BLD: update scipy-openblas, use -Dpkg_config_path
BUG: Avoid compilation error of wrapper file generated with SWIG...
BLD: use scipy-openblas 0.3.30.7
DOC: Remove nonexistent ``order`` parameter docs of ``ma.asanyarray``...
BUG: Fix check of PyMem_Calloc return value.
DOC: fix links for newly rebuilt numpy-tutorials site
BUG: Fix build on s390x with clang
ENH: Make FPE blas check a runtime check for all apple arm systems


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.105 -r1.106 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.142 pkgsrc/math/py-numpy/Makefile:1.143
--- pkgsrc/math/py-numpy/Makefile:1.142 Thu Oct 16 08:51:16 2025
+++ pkgsrc/math/py-numpy/Makefile       Mon Nov 17 09:40:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2025/10/16 08:51:16 adam Exp $
+# $NetBSD: Makefile,v 1.143 2025/11/17 09:40:53 adam Exp $
 
-DISTNAME=      numpy-2.3.4
+DISTNAME=      numpy-2.3.5
 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.105 pkgsrc/math/py-numpy/distinfo:1.106
--- pkgsrc/math/py-numpy/distinfo:1.105 Thu Oct 16 08:51:16 2025
+++ pkgsrc/math/py-numpy/distinfo       Mon Nov 17 09:40:53 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.105 2025/10/16 08:51:16 adam Exp $
+$NetBSD: distinfo,v 1.106 2025/11/17 09:40:53 adam Exp $
 
-BLAKE2s (numpy-2.3.4.tar.gz) = c7250431d6e56dc7c0565337ce663a38da011d379ca0085c82cf31fc8bfabb93
-SHA512 (numpy-2.3.4.tar.gz) = 62d1b2be15e8b23487d384438bbffa26c1bd25ee7b800f4f7cbe3cff3f7d196329efdfdd08e66acc557cea050cc125437ca621cd84a9d06aab497060ab36949a
-Size (numpy-2.3.4.tar.gz) = 20582187 bytes
+BLAKE2s (numpy-2.3.5.tar.gz) = b40f8cddea091b518280bd17833b11e320996073bf51d195a042633cf871376b
+SHA512 (numpy-2.3.5.tar.gz) = 055e5c0363e1e6d75e514b2f3a2dbbf830a0172a1381f3872b68cc4605bfafae91afcab37b710d12379488eba343fad7aeeb466ea23fa45d1d817a33aefe75fe
+Size (numpy-2.3.5.tar.gz) = 20584950 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