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:           Fri Apr 28 14:40:00 UTC 2023

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

Log Message:
py-numpy: updated to 1.24.3

NumPy 1.24.3 is a maintenance release that fixes bugs and regressions discovered after the
1.24.2 release. The Python versions supported by this release are 3.8-3.11.

BUG: fix for f2py string scalars
BUG: datetime64/timedelta64 comparisons return NotImplemented
MAINT: Pin matplotlib to version 3.6.3 for refguide checks
DOC: Fix matplotlib error in documentation
CI: Ensure submodules are initialized in gitpod.
TYP: Replace duplicate reduce in ufunc type signature with reduceat
TYP: Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
TYP: Mark ``d`` argument to fftfreq and rfftfreq as optional...
TYP: Add type annotations for comparison operators to MaskedArray.
TYP: Remove some stray type-check-only imports of ``msort``
BUG: Ensure like is only stripped for `like=` dispatched functions
BUG: fix loading and storing big arrays on s390x
MAINT: Bump larsoner/circleci-artifacts-redirector-action
BUG: Ignore invalid and overflow warnings in masked setitem
BUG: Fix masked array raveling when `order="A"` or `order="K"`
MAINT: Update conftest for newer hypothesis versions
BUG: Fix bug in parsing F77 style string arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.80 -r1.81 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.103 pkgsrc/math/py-numpy/Makefile:1.104
--- pkgsrc/math/py-numpy/Makefile:1.103 Mon Mar 13 21:11:15 2023
+++ pkgsrc/math/py-numpy/Makefile       Fri Apr 28 14:40:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2023/03/13 21:11:15 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2023/04/28 14:40:00 adam Exp $
 
-DISTNAME=      numpy-1.24.2
+DISTNAME=      numpy-1.24.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}

Index: pkgsrc/math/py-numpy/PLIST
diff -u pkgsrc/math/py-numpy/PLIST:1.37 pkgsrc/math/py-numpy/PLIST:1.38
--- pkgsrc/math/py-numpy/PLIST:1.37     Mon Mar 13 21:11:15 2023
+++ pkgsrc/math/py-numpy/PLIST  Fri Apr 28 14:40:00 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2023/03/13 21:11:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.38 2023/04/28 14:40:00 adam Exp $
 bin/f2py${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
@@ -708,6 +708,7 @@ ${PYSITELIB}/numpy/f2py/tests/src/return
 ${PYSITELIB}/numpy/f2py/tests/src/size/foo.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/char.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/fixed_string.f90
+${PYSITELIB}/numpy/f2py/tests/src/string/scalar_string.f90
 ${PYSITELIB}/numpy/f2py/tests/src/string/string.f
 ${PYSITELIB}/numpy/f2py/tests/src/value_attrspec/gh21665.f90
 ${PYSITELIB}/numpy/f2py/tests/test_abstract_interface.py

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.80 pkgsrc/math/py-numpy/distinfo:1.81
--- pkgsrc/math/py-numpy/distinfo:1.80  Mon Mar 13 21:11:15 2023
+++ pkgsrc/math/py-numpy/distinfo       Fri Apr 28 14:40:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.80 2023/03/13 21:11:15 wiz Exp $
+$NetBSD: distinfo,v 1.81 2023/04/28 14:40:00 adam Exp $
 
-BLAKE2s (numpy-1.24.2.tar.gz) = 75eda81fa0685698a03e2395b8ec0f47b266f5dbabcfd2aed837df0b3cc1bada
-SHA512 (numpy-1.24.2.tar.gz) = 145fd7fb3919a185f75076d51b92c54a7fb1b776b637752ca15fdee15b239d6a517ef1bb8cded7c92e059cf6cda0146c24943c042d19b791e81125bc0ad4b820
-Size (numpy-1.24.2.tar.gz) = 10906862 bytes
+BLAKE2s (numpy-1.24.3.tar.gz) = f81edd792a1bc35b67bcf930b484279e22c101c2b5ca1e5eb12bf9a6b63a4db6
+SHA512 (numpy-1.24.3.tar.gz) = d4b5841cbe68ee6653f99018e4e0182f2e5519a1cd69c14e0a95aa180f878e6a6786ccf0a7c78bf0d511c53e7535d7144fee428572dec7a4b60b25c8a1c0c9e1
+Size (numpy-1.24.3.tar.gz) = 10909904 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