diff options
author | adam <adam@pkgsrc.org> | 2018-04-02 19:52:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-02 19:52:53 +0000 |
commit | f5c80c8e4a863776141dd841b0543a3074082e43 (patch) | |
tree | e39356376a7408de5bcf32d98248c3032e7fc005 /math | |
parent | 99da9d1bf4bff8e64ec9a1310a3aeb57840c597f (diff) | |
download | pkgsrc-f5c80c8e4a863776141dd841b0543a3074082e43.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scipy/Makefile | 4 | ||||
-rw-r--r-- | math/py-scipy/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index e29c48ee605..52c5b5f1be2 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -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/} diff --git a/math/py-scipy/distinfo b/math/py-scipy/distinfo index 89caca7863c..c3c01b84346 100644 --- a/math/py-scipy/distinfo +++ b/math/py-scipy/distinfo @@ -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 |