pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scipy SciPy 0.19.1 is a bug-fix release with n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a69fb5c9ee59
branches:  trunk
changeset: 364432:a69fb5c9ee59
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 24 08:19:40 2017 +0000

description:
SciPy 0.19.1 is a bug-fix release with no new features compared to 0.19.0.
The most important change is a fix for a severe memory leak in integrate.quad.

diffstat:

 math/py-scipy/Makefile |   5 ++---
 math/py-scipy/PLIST    |   4 +++-
 math/py-scipy/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 4a01b80fbdc6 -r a69fb5c9ee59 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile    Sat Jun 24 08:17:00 2017 +0000
+++ b/math/py-scipy/Makefile    Sat Jun 24 08:19:40 2017 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2017/03/13 19:42:22 adam Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/24 08:19:40 adam Exp $
 
-DISTNAME=      scipy-0.19.0
+DISTNAME=      scipy-0.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}
-EXTRACT_SUFX=  .zip
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://www.scipy.org/
diff -r 4a01b80fbdc6 -r a69fb5c9ee59 math/py-scipy/PLIST
--- a/math/py-scipy/PLIST       Sat Jun 24 08:17:00 2017 +0000
+++ b/math/py-scipy/PLIST       Sat Jun 24 08:19:40 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/03/13 19:42:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/06/24 08:19:40 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -1127,6 +1127,8 @@
 ${PYSITELIB}/scipy/sparse/sputils.py
 ${PYSITELIB}/scipy/sparse/sputils.pyc
 ${PYSITELIB}/scipy/sparse/sputils.pyo
+${PYSITELIB}/scipy/sparse/tests/data/csc_py2.npz
+${PYSITELIB}/scipy/sparse/tests/data/csc_py3.npz
 ${PYSITELIB}/scipy/sparse/tests/test_base.py
 ${PYSITELIB}/scipy/sparse/tests/test_construct.py
 ${PYSITELIB}/scipy/sparse/tests/test_csc.py
diff -r 4a01b80fbdc6 -r a69fb5c9ee59 math/py-scipy/distinfo
--- a/math/py-scipy/distinfo    Sat Jun 24 08:17:00 2017 +0000
+++ b/math/py-scipy/distinfo    Sat Jun 24 08:19:40 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/03/13 19:42:22 adam Exp $
+$NetBSD: distinfo,v 1.12 2017/06/24 08:19:40 adam Exp $
 
-SHA1 (scipy-0.19.0.zip) = 9d9ca60d5e42dd0b8cd8e6c59506587083eef8b2
-RMD160 (scipy-0.19.0.zip) = 83f02f8fe77641750d531b1e2f3852f54f5a6b79
-SHA512 (scipy-0.19.0.zip) = 3144bc14155ae790f2aba5ca6b22cbe5e7170ae1ad305774601ac22e479e1377197e47e3cd7033a5ca3464f5e944db91d3c4615111eb3369cbdd3f9079ae8c54
-Size (scipy-0.19.0.zip) = 15279751 bytes
+SHA1 (scipy-0.19.1.tar.gz) = b6397bcd7c62e46a6dc12f3d0df07c184912108a
+RMD160 (scipy-0.19.1.tar.gz) = d1314b26ee569df47d99fa98b86ac3aa7dc2d433
+SHA512 (scipy-0.19.1.tar.gz) = 5c124c44c672dcb53c31f8592fd9f74189f04cb0bade99476a2a6eb4844338e3e9842f27a148b007b7eed25cbfde090a697575a381ebe4ca066abdf54c214203
+Size (scipy-0.19.1.tar.gz) = 14083805 bytes



Home | Main Index | Thread Index | Old Index