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 Feb  6 18:14:57 UTC 2024

Modified Files:
        pkgsrc/math/py-numpy: Makefile distinfo
Removed Files:
        pkgsrc/math/py-numpy/patches:
            patch-numpy_core_code__generators_generate__numpy__api.py
            patch-numpy_core_code__generators_generate__ufunc__api.py

Log Message:
py-numpy: updated to 1.26.4

NumPy 1.26.4 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.3 release. The Python versions supported by this
release are 3.9-3.12. This is the last planned release in the 1.26.x series.

BUG: Restore missing asstr import
MAINT: prepare 1.26.x for further development
BUG: ``numpy.array_api``: fix ``linalg.cholesky`` upper decomp...
CI: Bump azure pipeline timeout to 120 minutes
MAINT, BLD: Fix unused inline functions warnings on clang
BLD: include fix for MinGW platform detection
TST: Fix test_numeric on riscv64
BLD: fix building for windows ARM64
MAINT: add ``newaxis`` to ``__all__`` in ``numpy.array_api``
BUG: Use large file fallocate on 32 bit linux platforms
TST: Fix test_warning_calls on Python 3.12
TST: Bump pytz to 2023.3.post1
BUG: Fix AVX512 build flags on Intel Classic Compiler
BLD: fix potential issue with escape sequences in ``__config__.py``
CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip...
MAINT: Bump cibuildwheel to v2.16.4
BLD: unvendor meson-python on 1.26.x and upgrade to meson-python...
MAINT: Include header defining backtrace
BUG: Fix np.quantile([Fraction(2,1)], 0.5)


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/math/py-numpy/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/math/py-numpy/patches/patch-numpy_core_code__generators_generate__numpy__api.py \
    pkgsrc/math/py-numpy/patches/patch-numpy_core_code__generators_generate__ufunc__api.py

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.119 pkgsrc/math/py-numpy/Makefile:1.120
--- pkgsrc/math/py-numpy/Makefile:1.119 Mon Jan 15 17:50:34 2024
+++ pkgsrc/math/py-numpy/Makefile       Tue Feb  6 18:14:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2024/01/15 17:50:34 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2024/02/06 18:14:57 adam Exp $
 
-DISTNAME=      numpy-1.26.3
+DISTNAME=      numpy-1.26.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.88 pkgsrc/math/py-numpy/distinfo:1.89
--- pkgsrc/math/py-numpy/distinfo:1.88  Mon Jan 15 17:50:34 2024
+++ pkgsrc/math/py-numpy/distinfo       Tue Feb  6 18:14:57 2024
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.88 2024/01/15 17:50:34 wiz Exp $
+$NetBSD: distinfo,v 1.89 2024/02/06 18:14:57 adam Exp $
 
-BLAKE2s (numpy-1.26.3.tar.gz) = 9d0b23c2d8a1866ae82302a00fe0e88078dd221a78379326e49b0042fe745348
-SHA512 (numpy-1.26.3.tar.gz) = 25556b41e2db9cfc52c1dfa61b05e4fc1b7b6df3b169f365375575d1146857fdb5ff91ca1508b968c296b7a06e5c6d95e82c41cdc3561587a46d3aa178f6305d
-Size (numpy-1.26.3.tar.gz) = 15679696 bytes
-SHA1 (patch-numpy_core_code__generators_generate__numpy__api.py) = 6b2ec1ec67408b9d20ec4917356f0b725e9ea266
-SHA1 (patch-numpy_core_code__generators_generate__ufunc__api.py) = 974bb5b9507fe404a3aacda9cf4176993f74e048
+BLAKE2s (numpy-1.26.4.tar.gz) = bd231b8e1b8dc4defd4e0d6d36624e652470fc7d64907b27b1e5a550e660c207
+SHA512 (numpy-1.26.4.tar.gz) = f7121ab4099fa0686f9c095d456baa4a5869d651d7b7a06385f885f329cf08f11024b5df5e7b4ee705970062a8102ec4f709512eabbfd5c9fccce4ef83b9c208
+Size (numpy-1.26.4.tar.gz) = 15786129 bytes
 SHA1 (patch-numpy_core_include_numpy_npy__common.h) = 354e336b98f634b6298d0b1d0e85ef1a9d240bff
 SHA1 (patch-numpy_core_setup.py) = 01f90b7eb700cfa51edded31498c2de4c3850848
 SHA1 (patch-numpy_core_src_common_mem__overlap.c) = 10d65c7f8ba740ce2bae5ad47ef3162cd2c5a40b



Home | Main Index | Thread Index | Old Index