pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: updated to 1.19.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cf046d30c3b
branches:  trunk
changeset: 444503:0cf046d30c3b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 09 09:29:41 2021 +0000

description:
py-numpy: updated to 1.19.5

1.19.5:
BUG: Fix segfault due to out of bound pointer in floatstatus...
BUG: fix np.timedelta64('nat').__format__ throwing an exception
BUG: Fixed file handle leak in array_tofile.
BUG: Raise recursion error during dimension discovery
BUG: Fix subarray dtype used with too large count in fromfile
BUG: 'bool' object has no attribute 'ndim'
BUG: ensure _UFuncNoLoopError can be pickled
BLD: use BUFFERSIZE=20 in OpenBLAS
BLD: update to OpenBLAS 0.3.13
BUG: make a variable volatile to work around clang compiler bug
REL: Prepare for the NumPy 1.19.5 release.

diffstat:

 math/py-numpy/Makefile |   4 ++--
 math/py-numpy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 371e7baed73e -r 0cf046d30c3b math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Sat Jan 09 08:36:43 2021 +0000
+++ b/math/py-numpy/Makefile    Sat Jan 09 09:29:41 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2020/11/26 10:50:44 adam Exp $
+# $NetBSD: Makefile,v 1.74 2021/01/09 09:29:41 adam Exp $
 
-DISTNAME=      numpy-1.19.4
+DISTNAME=      numpy-1.19.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numpy/}
diff -r 371e7baed73e -r 0cf046d30c3b math/py-numpy/distinfo
--- a/math/py-numpy/distinfo    Sat Jan 09 08:36:43 2021 +0000
+++ b/math/py-numpy/distinfo    Sat Jan 09 09:29:41 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.55 2020/11/26 10:50:44 adam Exp $
+$NetBSD: distinfo,v 1.56 2021/01/09 09:29:41 adam Exp $
 
-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 (numpy-1.19.5.zip) = 61f0b3dad58ce97b14da9dccbee0722d36f26937
+RMD160 (numpy-1.19.5.zip) = 3317c98790e8c2d1d9c36279b3451f09b6776935
+SHA512 (numpy-1.19.5.zip) = dfe2809b5f486624b4802ea5610822bf7ba80c46dcf8505f69b0267137b01719131f74aa366949954c66796d48ba1b4f74cf0ecc5692a9ebd49e673fb0881ff4
+Size (numpy-1.19.5.zip) = 7318340 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