Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C366D1A9245 for ; Sat, 9 Jan 2021 09:29:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6369F84D41; Sat, 9 Jan 2021 09:29:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C9BE84D37 for ; Sat, 9 Jan 2021 09:29:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Mpk2qR2Zqtwo for ; Sat, 9 Jan 2021 09:29:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0F52884CDC for ; Sat, 9 Jan 2021 09:29:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F083CFA9D; Sat, 9 Jan 2021 09:29:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610184581244210" MIME-Version: 1.0 Date: Sat, 9 Jan 2021 09:29:41 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-numpy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210109092941.F083CFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610184581244210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 9 09:29:41 UTC 2021 Modified Files: pkgsrc/math/py-numpy: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/math/py-numpy/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/math/py-numpy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610184581244210 Content-Disposition: inline Content-Length: 1871 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-numpy/Makefile diff -u pkgsrc/math/py-numpy/Makefile:1.73 pkgsrc/math/py-numpy/Makefile:1.74 --- pkgsrc/math/py-numpy/Makefile:1.73 Thu Nov 26 10:50:44 2020 +++ pkgsrc/math/py-numpy/Makefile Sat Jan 9 09:29:41 2021 @@ -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/} Index: pkgsrc/math/py-numpy/distinfo diff -u pkgsrc/math/py-numpy/distinfo:1.55 pkgsrc/math/py-numpy/distinfo:1.56 --- pkgsrc/math/py-numpy/distinfo:1.55 Thu Nov 26 10:50:44 2020 +++ pkgsrc/math/py-numpy/distinfo Sat Jan 9 09:29:41 2021 @@ -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 --_----------=_1610184581244210--