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:           Thu Nov 26 10:50:44 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/math/py-numpy/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/py-numpy/PLIST
cvs rdiff -u -r1.54 -r1.55 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.72 pkgsrc/math/py-numpy/Makefile:1.73
--- pkgsrc/math/py-numpy/Makefile:1.72  Wed Oct 21 19:43:07 2020
+++ pkgsrc/math/py-numpy/Makefile       Thu Nov 26 10:50:44 2020
@@ -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

Index: pkgsrc/math/py-numpy/PLIST
diff -u pkgsrc/math/py-numpy/PLIST:1.30 pkgsrc/math/py-numpy/PLIST:1.31
--- pkgsrc/math/py-numpy/PLIST:1.30     Fri Oct  2 07:44:15 2020
+++ pkgsrc/math/py-numpy/PLIST  Thu Nov 26 10:50:44 2020
@@ -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/n
 ${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

Index: pkgsrc/math/py-numpy/distinfo
diff -u pkgsrc/math/py-numpy/distinfo:1.54 pkgsrc/math/py-numpy/distinfo:1.55
--- pkgsrc/math/py-numpy/distinfo:1.54  Tue Oct 13 08:27:02 2020
+++ pkgsrc/math/py-numpy/distinfo       Thu Nov 26 10:50:44 2020
@@ -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



Home | Main Index | Thread Index | Old Index