Received: by mail.netbsd.org (Postfix, from userid 605) id 24A4B84DF9; Mon, 2 Apr 2018 19:52:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D73F84D94 for ; Mon, 2 Apr 2018 19:52:54 +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 keUgmp3zzCv5 for ; Mon, 2 Apr 2018 19:52:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B13F84CD9 for ; Mon, 2 Apr 2018 19:52:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97658FBEC; Mon, 2 Apr 2018 19:52:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152269877367940" MIME-Version: 1.0 Date: Mon, 2 Apr 2018 19:52:53 +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: <20180402195253.97658FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152269877367940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 2 19:52:53 UTC 2018 Modified Files: pkgsrc/math/py-scipy: Makefile distinfo Log Message: py-scipy: updated to 1.0.1 SciPy 1.0.1 is a bug-fix release with no new features compared to 1.0.0. Probably the most important change is a fix for an incompatibility between SciPy 1.0.0 and numpy.f2py in the NumPy master branch. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-scipy/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-scipy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152269877367940 Content-Disposition: inline Content-Length: 1689 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.29 pkgsrc/math/py-scipy/Makefile:1.30 --- pkgsrc/math/py-scipy/Makefile:1.29 Thu Nov 2 09:40:29 2017 +++ pkgsrc/math/py-scipy/Makefile Mon Apr 2 19:52:53 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/11/02 09:40:29 adam Exp $ +# $NetBSD: Makefile,v 1.30 2018/04/02 19:52:53 adam Exp $ -DISTNAME= scipy-1.0.0 +DISTNAME= scipy-1.0.1 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.14 pkgsrc/math/py-scipy/distinfo:1.15 --- pkgsrc/math/py-scipy/distinfo:1.14 Thu Nov 2 09:40:29 2017 +++ pkgsrc/math/py-scipy/distinfo Mon Apr 2 19:52:53 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2017/11/02 09:40:29 adam Exp $ +$NetBSD: distinfo,v 1.15 2018/04/02 19:52:53 adam Exp $ -SHA1 (scipy-1.0.0.tar.gz) = 2437a334b11a7016965d1345fdc50f5aaf1234d9 -RMD160 (scipy-1.0.0.tar.gz) = 69f97740f4a5f5ec82d67ae7e9a22ac3170ff757 -SHA512 (scipy-1.0.0.tar.gz) = 7d55c5660ac606933d517171a229b288fd0ea8d9fdd8e30fac3d294545a26b2700c7b100b014a93231c4122dee0f1ddd741c00f5902643a6ccc287cdf581da7a -Size (scipy-1.0.0.tar.gz) = 15246397 bytes +SHA1 (scipy-1.0.1.tar.gz) = 5b3eecb1678af4ee8d014f60e3af487926fca765 +RMD160 (scipy-1.0.1.tar.gz) = ed94a104299a4cadc19496b7ab1177c87809e1e4 +SHA512 (scipy-1.0.1.tar.gz) = 8620a69aad6300f118a91157ca098dae5e97f0cd7ba1379cde17b720ba99ecef8d5442b72e92682a4e6f02bb9b188334bf70dbb6715e2872737c2eaa71e54cd7 +Size (scipy-1.0.1.tar.gz) = 15521892 bytes SHA1 (patch-scipy_special___round.h) = 30799ea2c824dc9cc0b399e7450ec10ec7137d2b --_----------=_152269877367940--