Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 11:22:07 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8cf66737971c - main - science/py-scipy: Update to 1.10.0
Message-ID:  <202302131122.31DBM7se023390@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cf66737971cd9efe42f03af8517ecda504aaf0c

commit 8cf66737971cd9efe42f03af8517ecda504aaf0c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-02-13 11:17:26 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-02-13 11:21:40 +0000

    science/py-scipy: Update to 1.10.0
    
    PR:             268949
    Reported by:    wen@
    Exp-run by:     antoine@
---
 science/py-scipy/Makefile |  4 ++--
 science/py-scipy/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 3d8c0bfeb293..facf0de6446f 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	scipy
-DISTVERSION=	1.9.2
+DISTVERSION=	1.10.0
 CATEGORIES=	science python
 MASTER_SITES=	https://docs.scipy.org/doc/${PORTNAME}-${DISTVERSION}/:doc \
 		PYPI:source \
@@ -46,6 +46,6 @@ post-install-DOCS-on:
 	@${RM} ${STAGEDIR}${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}/.buildinfo
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py
+	@cd ${WRKSRC} && ${TOUCH} .coveragerc && ${PYTHON_CMD} runtests.py
 
 .include <bsd.port.mk>
diff --git a/science/py-scipy/distinfo b/science/py-scipy/distinfo
index cbea7be02a30..75686e01d72b 100644
--- a/science/py-scipy/distinfo
+++ b/science/py-scipy/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1665585025
-SHA256 (scipy-1.9.2.tar.gz) = 99e7720caefb8bca6ebf05c7d96078ed202881f61e0c68bd9e0f3e8097d6f794
-SIZE (scipy-1.9.2.tar.gz) = 42068300
-SHA256 (scipy-html-1.9.2.zip) = b1d9d438e5b9e46c288a132a1f050947a78807e065528535d54060ddd4f369e0
-SIZE (scipy-html-1.9.2.zip) = 59128418
+TIMESTAMP = 1676286738
+SHA256 (scipy-1.10.0.tar.gz) = c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540
+SIZE (scipy-1.10.0.tar.gz) = 42398693
+SHA256 (scipy-html-1.10.0.zip) = ed804ac9f236f35fc16e51d447573faf374a4abfa51a44bdd3664b76988ed1d0
+SIZE (scipy-html-1.10.0.zip) = 65656379



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302131122.31DBM7se023390>