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 10 11:43:06 UTC 2024

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

Log Message:
py-numpy: updated to to 2.1.1

2.1.1
REL: Prepare for the NumPy 2.1.0 release [wheel build]
MAINT: prepare 2.1.x for further development
BUG: revert unintended change in the return value of set_printoptions
BUG: fix reference counting bug in __array_interface__ implementation…
TST: Add regression test for missing descr in array-interface
BUG: Fix array_equal for numeric and non-numeric scalar types
MAINT: Update maintenance/2.1.x after the 2.0.2 release
BLD: cp311- macosx_arm64 wheels [wheel build]
BUG: f2py: better handle filtering of public/private subroutines


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.92 -r1.93 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.125 pkgsrc/math/py-numpy/Makefile:1.126
--- pkgsrc/math/py-numpy/Makefile:1.125 Wed Aug 21 10:10:48 2024
+++ pkgsrc/math/py-numpy/Makefile       Tue Sep 10 11:43:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.125 2024/08/21 10:10:48 adam Exp $
+# $NetBSD: Makefile,v 1.126 2024/09/10 11:43:06 adam Exp $
 
-DISTNAME=      numpy-2.1.0
+DISTNAME=      numpy-2.1.1
 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.49 pkgsrc/math/py-numpy/PLIST:1.50
--- pkgsrc/math/py-numpy/PLIST:1.49     Thu Aug 22 12:13:32 2024
+++ pkgsrc/math/py-numpy/PLIST  Tue Sep 10 11:43:06 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2024/08/22 12:13:32 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.50 2024/09/10 11:43:06 adam Exp $
 bin/f2py-${PYVERSSUFFIX}
 bin/numpy-config-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
@@ -974,6 +974,8 @@ ${PYSITELIB}/numpy/f2py/tests/src/mixed/
 ${PYSITELIB}/numpy/f2py/tests/src/mixed/foo_free.f90
 ${PYSITELIB}/numpy/f2py/tests/src/modules/gh25337/data.f90
 ${PYSITELIB}/numpy/f2py/tests/src/modules/gh25337/use_data.f90
+${PYSITELIB}/numpy/f2py/tests/src/modules/gh26920/two_mods_with_no_public_entities.f90
+${PYSITELIB}/numpy/f2py/tests/src/modules/gh26920/two_mods_with_one_public_routine.f90
 ${PYSITELIB}/numpy/f2py/tests/src/modules/module_data_docstring.f90
 ${PYSITELIB}/numpy/f2py/tests/src/modules/use_modules.f90
 ${PYSITELIB}/numpy/f2py/tests/src/negative_bounds/issue_20853.f90

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.92 pkgsrc/math/py-numpy/distinfo:1.93
--- pkgsrc/math/py-numpy/distinfo:1.92  Wed Aug 21 10:10:48 2024
+++ pkgsrc/math/py-numpy/distinfo       Tue Sep 10 11:43:06 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.92 2024/08/21 10:10:48 adam Exp $
+$NetBSD: distinfo,v 1.93 2024/09/10 11:43:06 adam Exp $
 
-BLAKE2s (numpy-2.1.0.tar.gz) = 1eab523d8661ef0bdd77df46554e6990c04a9d9a35d5333cf37e91ea19ef6c1b
-SHA512 (numpy-2.1.0.tar.gz) = d0948aa8bb7406b91d79cdd1d5019632e00c60aefbbf5c0884dd91ec8dda6a5369538ab20ef6a201595eeba98bf3a19a407e58a3d4e4e2f412420e65400d7bdd
-Size (numpy-2.1.0.tar.gz) = 18868922 bytes
+BLAKE2s (numpy-2.1.1.tar.gz) = f01c7747aeb077777871ca0e1a0199fa2a07aa698e8de83f9d058eded793a567
+SHA512 (numpy-2.1.1.tar.gz) = 94843f88a32cc1df3e572ac13f294e49201a1f50fbd28707a500839cdff61958823c5b8748a7a54cd866a1acc9bd11efde53042141a81cca44393ee7cee78cdc
+Size (numpy-2.1.1.tar.gz) = 18874860 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