Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2022 12:37:33 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: 89e76c8b682e - main - math/py-jax: Update to 0.3.14
Message-ID:  <202207071237.267CbXD1074600@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=89e76c8b682e68e096d8ce78790423bd1d9d0d8c

commit 89e76c8b682e68e096d8ce78790423bd1d9d0d8c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-07 12:22:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-07 12:36:17 +0000

    math/py-jax: Update to 0.3.14
    
    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, 6 insertions(+), 5 deletions(-)

diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile
index 1a7e94b61f7e..91ceb0e982da 100644
--- a/math/py-jax/Makefile
+++ b/math/py-jax/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	jax
-PORTVERSION=	0.3.13
+PORTVERSION=	0.3.14
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,10 @@ COMMENT=	Differentiate, compile, and transform Numpy code
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}etils>=0:devel/py-etils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numpy>=1.19,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>=1.2.1:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.5:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python:3.7+
diff --git a/math/py-jax/distinfo b/math/py-jax/distinfo
index e0e0b128a4ba..c723439e52b1 100644
--- a/math/py-jax/distinfo
+++ b/math/py-jax/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656092944
-SHA256 (jax-0.3.13.tar.gz) = 4ab4865b7007a36e2894a4aff8baf3ffeb6e51e435403c59ba9bc3f741ca3504
-SIZE (jax-0.3.13.tar.gz) = 951010
+TIMESTAMP = 1656702516
+SHA256 (jax-0.3.14.tar.gz) = d5f7695ce43b7345b4a095f4733dd46336945057dbfb63e0a28eafa74c41fe62
+SIZE (jax-0.3.14.tar.gz) = 990130



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