pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun 24 08:19:40 UTC 2017

Modified Files:
        pkgsrc/math/py-scipy: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-scipy/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-scipy/PLIST \
    pkgsrc/math/py-scipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.24 pkgsrc/math/py-scipy/Makefile:1.25
--- pkgsrc/math/py-scipy/Makefile:1.24  Mon Mar 13 19:42:22 2017
+++ pkgsrc/math/py-scipy/Makefile       Sat Jun 24 08:19:40 2017
@@ -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/

Index: pkgsrc/math/py-scipy/PLIST
diff -u pkgsrc/math/py-scipy/PLIST:1.11 pkgsrc/math/py-scipy/PLIST:1.12
--- pkgsrc/math/py-scipy/PLIST:1.11     Mon Mar 13 19:42:22 2017
+++ pkgsrc/math/py-scipy/PLIST  Sat Jun 24 08:19:40 2017
@@ -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/spfuncs.pyo
 ${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
Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.11 pkgsrc/math/py-scipy/distinfo:1.12
--- pkgsrc/math/py-scipy/distinfo:1.11  Mon Mar 13 19:42:22 2017
+++ pkgsrc/math/py-scipy/distinfo       Sat Jun 24 08:19:40 2017
@@ -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