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 Jul 10 13:38:10 UTC 2023

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

Log Message:
py-numpy: updated to 1.25.1

1.25.1
MAINT: prepare 1.25.x for further development
BLD: Port long double identification to C for meson
BUG: Fix reduction ``return NULL`` to be ``goto fail``
BUG: Avoid undefined behavior in array.astype()
BUG: Ensure ``__array_ufunc__`` works without any kwargs passed
MAINT: Pin urllib3 to avoid anaconda-client bug.
TST: Pin pydantic<2 in Pyodide workflow
MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
BUG: Multiply or Divides using SIMD without a full vector can...
MAINT: testing for IS_MUSL closes #24074
BUG: Only replace dtype temporarily if dimensions changed
MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
BUG: Fix private procedures in f2py modules


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.82 -r1.83 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.105 pkgsrc/math/py-numpy/Makefile:1.106
--- pkgsrc/math/py-numpy/Makefile:1.105 Sat Jul  1 08:38:26 2023
+++ pkgsrc/math/py-numpy/Makefile       Mon Jul 10 13:38:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2023/07/01 08:38:26 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2023/07/10 13:38:10 adam Exp $
 
-DISTNAME=      numpy-1.25.0
+DISTNAME=      numpy-1.25.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.39 pkgsrc/math/py-numpy/PLIST:1.40
--- pkgsrc/math/py-numpy/PLIST:1.39     Sat Jul  1 08:38:26 2023
+++ pkgsrc/math/py-numpy/PLIST  Mon Jul 10 13:38:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2023/07/01 08:38:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2023/07/10 13:38:10 adam Exp $
 bin/f2py${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
@@ -689,6 +689,7 @@ ${PYSITELIB}/numpy/f2py/tests/src/crackf
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23533.f
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23598.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23598Warn.f90
+${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh23879.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/gh2848.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/operators.f90
 ${PYSITELIB}/numpy/f2py/tests/src/crackfortran/privatemod.f90

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.82 pkgsrc/math/py-numpy/distinfo:1.83
--- pkgsrc/math/py-numpy/distinfo:1.82  Sat Jul  1 08:38:26 2023
+++ pkgsrc/math/py-numpy/distinfo       Mon Jul 10 13:38:10 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.82 2023/07/01 08:38:26 wiz Exp $
+$NetBSD: distinfo,v 1.83 2023/07/10 13:38:10 adam Exp $
 
-BLAKE2s (numpy-1.25.0.tar.gz) = 94c48984a299014116504fd772aa6b3ac7db1373ab9b01bf37dd2891d357e650
-SHA512 (numpy-1.25.0.tar.gz) = e464d82bba0487f520ec7a820492343af5172e807e0f746688bbaff636a31947da62704ef0f35c74a46fb42332f4644f3c497d544789d22e5c01ca0823f82909
-Size (numpy-1.25.0.tar.gz) = 10426700 bytes
+BLAKE2s (numpy-1.25.1.tar.gz) = 0e57aadd7b74f7f7c2208ff0f996eb3373cf1f660dc1d20947b5f4e7a3aa515b
+SHA512 (numpy-1.25.1.tar.gz) = 69cc5426f657a21a6a1fb3bb043b8acec90b87969f90177abb6d7294ca96d04f723ddf90fa40822704b16147a390abafbcda9702e40405ea6b6e22377aade71d
+Size (numpy-1.25.1.tar.gz) = 10428993 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