Received: by mail.netbsd.org (Postfix, from userid 605) id 6E6FA84D82; Mon, 3 May 2021 17:55:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A82DC84D79 for ; Mon, 3 May 2021 17:55:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SvFg4nRSDcMD for ; Mon, 3 May 2021 17:55:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2899D84D25 for ; Mon, 3 May 2021 17:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 228ADFA95; Mon, 3 May 2021 17:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620064502150260" MIME-Version: 1.0 Date: Mon, 3 May 2021 17:55:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-scipy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210503175502.228ADFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620064502150260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 3 17:55:02 UTC 2021 Modified Files: pkgsrc/math/py-scipy: Makefile distinfo Log Message: py-scipy: updated to 1.6.3 Issues closed for 1.6.3 ----------------------- * Divide by zero in distance.yule * prerelease_deps failures * spatial rotation failure in (1.6.3) wheels repo (ARM64) Pull requests for 1.6.3 ----------------------- * fix the matplotlib warning emitted during builing docs * Divide by zero in yule dissimilarity of constant vectors * deprecated np.typeDict * substitute np.math.factorial with math.factorial * add random seeds in Rotation module To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/math/py-scipy/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-scipy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620064502150260 Content-Disposition: inline Content-Length: 1688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-scipy/Makefile diff -u pkgsrc/math/py-scipy/Makefile:1.48 pkgsrc/math/py-scipy/Makefile:1.49 --- pkgsrc/math/py-scipy/Makefile:1.48 Tue Apr 20 21:39:25 2021 +++ pkgsrc/math/py-scipy/Makefile Mon May 3 17:55:01 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2021/04/20 21:39:25 thor Exp $ +# $NetBSD: Makefile,v 1.49 2021/05/03 17:55:01 adam Exp $ -DISTNAME= scipy-1.6.2 +DISTNAME= scipy-1.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/} Index: pkgsrc/math/py-scipy/distinfo diff -u pkgsrc/math/py-scipy/distinfo:1.23 pkgsrc/math/py-scipy/distinfo:1.24 --- pkgsrc/math/py-scipy/distinfo:1.23 Mon Apr 5 19:26:07 2021 +++ pkgsrc/math/py-scipy/distinfo Mon May 3 17:55:01 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2021/04/05 19:26:07 tnn Exp $ +$NetBSD: distinfo,v 1.24 2021/05/03 17:55:01 adam Exp $ -SHA1 (scipy-1.6.2.tar.gz) = 7ef8a684f9feb4fd24d35e87f9d1f69eb6ec793e -RMD160 (scipy-1.6.2.tar.gz) = 9255e87c9b0f16028e65469b477ade7a76a5ec17 -SHA512 (scipy-1.6.2.tar.gz) = 18b03f32e8343c5a6c6148ac0bfd4b5f2cc9ff5f74d5d41761ae9e773d6af8774c7b09a3fcc47122864eccce1dbbc17e9325819885d3fc3ab2baf98e7d3befa4 -Size (scipy-1.6.2.tar.gz) = 27187804 bytes +SHA1 (scipy-1.6.3.tar.gz) = 7de2a7d7bfce73111c1d8aa3248bec089127e48c +RMD160 (scipy-1.6.3.tar.gz) = f0f3d546f473233fe8073582d954153207bf4fb1 +SHA512 (scipy-1.6.3.tar.gz) = 10ff25da84ce09ae231e781873902d8040d79868721d75a3f9facee177e7f46f7c9c34374feee6fe2253ddd968716d2993658ce514c4ac0c98d255c06a6ef808 +Size (scipy-1.6.3.tar.gz) = 27187987 bytes SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 --_----------=_1620064502150260--