pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: updated to 1.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ef9a743143c
branches:  trunk
changeset: 769010:2ef9a743143c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 06 11:53:13 2021 +0000

description:
py-scipy: updated to 1.7.2

SciPy 1.7.2 is a bug-fix release with no new features
compared to 1.7.1. Notably, the release includes wheels
for Python 3.10, and wheels are now built with a newer
version of OpenBLAS, 0.3.17. Python 3.10 wheels are provided
for MacOS x86_64 (thin, not universal2 or arm64 at this time),
and Windows/Linux 64-bit. Many wheels are now built with newer
versions of manylinux, which may require newer versions of pip.

diffstat:

 math/py-scipy/Makefile |   6 +++---
 math/py-scipy/PLIST    |  13 +++++++------
 math/py-scipy/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 13 deletions(-)

diffs (56 lines):

diff -r e68ed495f903 -r 2ef9a743143c math/py-scipy/Makefile
--- a/math/py-scipy/Makefile    Sat Nov 06 11:52:37 2021 +0000
+++ b/math/py-scipy/Makefile    Sat Nov 06 11:53:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/11/02 18:51:02 adam Exp $
+# $NetBSD: Makefile,v 1.51 2021/11/06 11:53:13 adam Exp $
 
-DISTNAME=      scipy-1.7.1
+DISTNAME=      scipy-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}
@@ -66,7 +66,7 @@
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../math/fftw/buildlink3.mk"
 BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.17.3
 .include "../../math/py-numpy/buildlink3.mk"
diff -r e68ed495f903 -r 2ef9a743143c math/py-scipy/PLIST
--- a/math/py-scipy/PLIST       Sat Nov 06 11:52:37 2021 +0000
+++ b/math/py-scipy/PLIST       Sat Nov 06 11:53:13 2021 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.19 2021/11/02 18:51:02 adam Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.20 2021/11/06 11:53:13 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/scipy/HACKING.rst.txt
 ${PYSITELIB}/scipy/INSTALL.rst.txt
 ${PYSITELIB}/scipy/LICENSE.txt
diff -r e68ed495f903 -r 2ef9a743143c math/py-scipy/distinfo
--- a/math/py-scipy/distinfo    Sat Nov 06 11:52:37 2021 +0000
+++ b/math/py-scipy/distinfo    Sat Nov 06 11:53:13 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2021/11/02 18:51:02 adam Exp $
+$NetBSD: distinfo,v 1.28 2021/11/06 11:53:13 adam Exp $
 
-BLAKE2s (scipy-1.7.1.tar.gz) = 833681b9049355c0617de2b5a876ff064b9fc5d96161e424d285fde5de479815
-SHA512 (scipy-1.7.1.tar.gz) = 81fea7e4f5fbcd537d662273507b6ac75bd4cf900567da8083ac86fb06d9f96b010d01a1697db53211440f0fdb2d89510313bafd3d383284d0ab9a08311dd102
-Size (scipy-1.7.1.tar.gz) = 36102628 bytes
+BLAKE2s (scipy-1.7.2.tar.gz) = 7cd72804f51104082d305e80d8c4e95b67708268cb50c28e0b09daefe6740829
+SHA512 (scipy-1.7.2.tar.gz) = 87596430571ff2a43f067eaaf3254c0841dac82b9152cb64040f1a4d9bc5429aebc31c619ce55d74727f2a79567dfef4acbc6252c24c46d3c8849f97e6e8cfef
+Size (scipy-1.7.2.tar.gz) = 36104529 bytes
 SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422
 SHA1 (patch-scipy_stats_setup.py) = 23ecc1c0f709051920c3761a78d9edb75092ac79



Home | Main Index | Thread Index | Old Index