Date: Wed, 1 Nov 2023 02:16:48 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: e1de0c72824b - main - math/py-jax: Update to 0.4.19 Message-ID: <202311010216.3A12Gmvw069846@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=e1de0c72824b070b9d98a5a8c8cb005154a3cab4 commit e1de0c72824b070b9d98a5a8c8cb005154a3cab4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 01:49:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 02:08:27 +0000 math/py-jax: Update to 0.4.19 Changes: https://github.com/google/jax/releases https://github.com/google/jax/blob/main/CHANGELOG.md --- math/py-jax/Makefile | 4 ++-- math/py-jax/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile index a6dda16436ea..e24554912769 100644 --- a/math/py-jax/Makefile +++ b/math/py-jax/Makefile @@ -1,5 +1,5 @@ PORTNAME= jax -PORTVERSION= 0.4.18 +PORTVERSION= 0.4.19 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.2.0:math/py-ml-dtypes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.22,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} + ${PYTHON_PKGNAMEPREFIX}scipy>=1.11.1:science/py-scipy@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/math/py-jax/distinfo b/math/py-jax/distinfo index 4103857a41ff..a4dfa6f277fa 100644 --- a/math/py-jax/distinfo +++ b/math/py-jax/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696753680 -SHA256 (jax-0.4.18.tar.gz) = 776cf33890100803e98f45f9af10aa727271c6993d4e766c069118733c928132 -SIZE (jax-0.4.18.tar.gz) = 1421297 +TIMESTAMP = 1698341059 +SHA256 (jax-0.4.19.tar.gz) = 29f87f9a50964d3ca5eeb2973de3462f0e8b4eca6d46027894a0e9a903420601 +SIZE (jax-0.4.19.tar.gz) = 1427651
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311010216.3A12Gmvw069846>