From 1d9b730d0c4810a23065babb737beb3051f98f04 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 26 Nov 2020 10:50:44 +0000 Subject: py-numpy: updated to 1.19.4 1.19.4: MAINT: Add check for Windows 10 version 2004 bug. REV: Revert OpenBLAS to 1.19.2 version for 1.19.4 1.19.3: BLD: set upper versions for build dependencies BUG: Set deprecated fields to null in PyArray_InitArrFuncs ENH: Warn on unsupported Python 3.10+ MAINT: Update test_requirements.txt. ENH: Support for the NVIDIA HPC SDK nvfortran compiler BUG: Cygwin Workaround for #14787 on affected platforms BUG: Fix memory leak of buffer-info cache due to relaxed strides MAINT: Backport openblas_support from master. TST: Add Python 3.9 to the CI testing on Windows, Mac. TST: Simplify source path names in test_extending. --- math/py-numpy/Makefile | 5 ++--- math/py-numpy/PLIST | 5 ++++- math/py-numpy/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'math') diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index ed94c99c731..e66e0ab3893 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2020/10/21 19:43:07 nia Exp $ +# $NetBSD: Makefile,v 1.73 2020/11/26 10:50:44 adam Exp $ -DISTNAME= numpy-1.19.2 +DISTNAME= numpy-1.19.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/} EXTRACT_SUFX= .zip diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index 8e5186d68c3..228b1425014 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2020/10/02 07:44:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2020/11/26 10:50:44 adam Exp $ bin/f2py${PYVERSSUFFIX} ${PLIST.py2x}bin/f2py2 ${PLIST.py3x}bin/f2py3 @@ -445,6 +445,9 @@ ${PYSITELIB}/numpy/distutils/fcompiler/nag.pyo ${PYSITELIB}/numpy/distutils/fcompiler/none.py ${PYSITELIB}/numpy/distutils/fcompiler/none.pyc ${PYSITELIB}/numpy/distutils/fcompiler/none.pyo +${PYSITELIB}/numpy/distutils/fcompiler/nv.py +${PYSITELIB}/numpy/distutils/fcompiler/nv.pyc +${PYSITELIB}/numpy/distutils/fcompiler/nv.pyo ${PYSITELIB}/numpy/distutils/fcompiler/pathf95.py ${PYSITELIB}/numpy/distutils/fcompiler/pathf95.pyc ${PYSITELIB}/numpy/distutils/fcompiler/pathf95.pyo diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo index 84536261aea..87cc98e2a39 100644 --- a/math/py-numpy/distinfo +++ b/math/py-numpy/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.54 2020/10/13 08:27:02 leot Exp $ +$NetBSD: distinfo,v 1.55 2020/11/26 10:50:44 adam Exp $ -SHA1 (numpy-1.19.2.zip) = 91073326e6241846ceabef8bc8ec1166336a10b0 -RMD160 (numpy-1.19.2.zip) = 8392ca92eb776f05369c058a8b5da32d8359ef92 -SHA512 (numpy-1.19.2.zip) = 56ae348f08818e30b6675df7d41a2b03687af452d7a96356fccfce2994843c7b61918946381c3af25fe03f209413d0378ee691fc38d805491a12c464e49bb59c -Size (numpy-1.19.2.zip) = 7310530 bytes +SHA1 (numpy-1.19.4.zip) = 9b000c77efc890b8267354c51120ca2b07adde1d +RMD160 (numpy-1.19.4.zip) = 2ff7a45aaf036fa2f507d14634a9b353c18606d4 +SHA512 (numpy-1.19.4.zip) = ae8e6b2792022c147159a11188f9702fa9fa9c9707c834da4f21aa43752451509b0a5b8807d93dfa86dff7e95c127dab20e4f372336a66f25f9b56c2869a486f +Size (numpy-1.19.4.zip) = 7315971 bytes SHA1 (patch-numpy_distutils_fcompiler_____init____.py) = 49d070da5b48bd9818b37ac3254341fa68503c53 SHA1 (patch-numpy_distutils_fcompiler_g95.py) = be73b64a3e551df998b6a904d6db762bf28a98ed SHA1 (patch-numpy_distutils_fcompiler_gnu.py) = 1d62e1c5e35de0f2cf975de38f62df7f10c71d74 -- cgit v1.2.3