Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 01:19:08 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: b217a15a96fa - main - math/py-numpy: Update to 1.24.1
Message-ID:  <202302080119.3181J8T7068408@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=b217a15a96fa1b52c47611ab6db79105e45e924b

commit b217a15a96fa1b52c47611ab6db79105e45e924b
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-02-08 01:14:27 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-02-08 01:14:27 +0000

    math/py-numpy: Update to 1.24.1
    
    PR:             268594
    Reported by:    wen@
    Exp-run by:     antoine@
---
 Mk/Uses/python.mk      |  2 +-
 math/py-numpy/Makefile |  5 ++---
 math/py-numpy/distinfo | 14 +++++++-------
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 8ac80fcacd76..4e98aa29603c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -755,7 +755,7 @@ CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
 
 # Python 3rd-party modules
 PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.24,1:math/py-numpy@${PY_FLAVOR}
+PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.25,1:math/py-numpy@${PY_FLAVOR}
 
 # Common Python modules that can be needed but only for some versions of Python.
 .  if ${PYTHON_REL} < 30500
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index e775e05c3f8d..ad2ab596830f 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,10 +1,9 @@
 PORTNAME=	numpy
-PORTVERSION=	1.23.5
-PORTREVISION=	2
+PORTVERSION=	1.24.1
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	PYPI \
-		https://numpy.org/doc/${PORTVERSION:R}/:doc
+		https://numpy.org/doc/1.23/:doc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${PORTNAME}-ref.pdf:doc \
diff --git a/math/py-numpy/distinfo b/math/py-numpy/distinfo
index 9307dafd2532..d0390f52b309 100644
--- a/math/py-numpy/distinfo
+++ b/math/py-numpy/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1669795901
-SHA256 (numpy-1.23/numpy-1.23.5.tar.gz) = 1b1766d6f397c18153d40015ddfc79ddb715cabadc04d2d228d4e5a8bc4ded1a
-SIZE (numpy-1.23/numpy-1.23.5.tar.gz) = 10731755
-SHA256 (numpy-1.23/numpy-ref.pdf) = f493c1cae879a4e0038bec400d349fc34aafa164e1462118bdf18b25a3a07daf
-SIZE (numpy-1.23/numpy-ref.pdf) = 7715485
-SHA256 (numpy-1.23/numpy-user.pdf) = 3978da15c6a1b00f2737c75458db0cc0fe636ae90b72723a8ff609d40e9b7599
-SIZE (numpy-1.23/numpy-user.pdf) = 4123384
+TIMESTAMP = 1675667458
+SHA256 (numpy-1.24/numpy-1.24.1.tar.gz) = 2386da9a471cc00a1f47845e27d916d5ec5346ae9696e01a8a34760858fe9dd2
+SIZE (numpy-1.24/numpy-1.24.1.tar.gz) = 10903184
+SHA256 (numpy-1.24/numpy-ref.pdf) = f493c1cae879a4e0038bec400d349fc34aafa164e1462118bdf18b25a3a07daf
+SIZE (numpy-1.24/numpy-ref.pdf) = 7715485
+SHA256 (numpy-1.24/numpy-user.pdf) = 3978da15c6a1b00f2737c75458db0cc0fe636ae90b72723a8ff609d40e9b7599
+SIZE (numpy-1.24/numpy-user.pdf) = 4123384



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