Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:27:49 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 66b685448193 - main - math/py-jax: Update to 0.4.10
Message-ID:  <202305270427.34R4RnuJ026240@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=66b6854481939b011253a48e47fdd27fb4a58b8c

commit 66b6854481939b011253a48e47fdd27fb4a58b8c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:09:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:09:22 +0000

    math/py-jax: Update to 0.4.10
    
    Changes:        https://github.com/google/jax/releases
                    https://github.com/google/jax/blob/main/CHANGELOG.md
---
 math/py-jax/Makefile | 5 ++---
 math/py-jax/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile
index 2fef2de95959..7692e8fca25b 100644
--- a/math/py-jax/Makefile
+++ b/math/py-jax/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	jax
-PORTVERSION=	0.4.8
-PORTREVISION=	1
+PORTVERSION=	0.4.10
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.0.3:math/py-ml-dtypes@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.1.0:math/py-ml-dtypes@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR}
diff --git a/math/py-jax/distinfo b/math/py-jax/distinfo
index 3cd3217149cd..0c8544017df5 100644
--- a/math/py-jax/distinfo
+++ b/math/py-jax/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680726186
-SHA256 (jax-0.4.8.tar.gz) = 08116481f7336db16c24812bfb5e6f9786915f4c2f6ff4028331fa69e7535202
-SIZE (jax-0.4.8.tar.gz) = 1240290
+TIMESTAMP = 1684104504
+SHA256 (jax-0.4.10.tar.gz) = 1bf0f2720f778f2937301a16a4d5cd3497f13a4d6c970c24a88918a81816a888
+SIZE (jax-0.4.10.tar.gz) = 1277430



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