Date: Sun, 9 Oct 2022 15:40:04 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: c7c3c8f5be00 - main - math/py-flax: Update to 0.6.1 Message-ID: <202210091540.299Fe4h7045385@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=c7c3c8f5be004b8fd961a9ffdc2323e20a2dbc8c commit c7c3c8f5be004b8fd961a9ffdc2323e20a2dbc8c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:32:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:57 +0000 math/py-flax: Update to 0.6.1 Changes: https://github.com/google/flax/releases --- math/py-flax/Makefile | 2 +- math/py-flax/distinfo | 6 +++--- math/py-flax/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/math/py-flax/Makefile b/math/py-flax/Makefile index d9f31fac7bc9..2e2f099dd438 100644 --- a/math/py-flax/Makefile +++ b/math/py-flax/Makefile @@ -1,5 +1,5 @@ PORTNAME= flax -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-flax/distinfo b/math/py-flax/distinfo index 55b5edfec104..9476f196433b 100644 --- a/math/py-flax/distinfo +++ b/math/py-flax/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767964 -SHA256 (flax-0.6.0.tar.gz) = 6d9bc9d5e86291610e646c945a314912a8769508aa95ed751790f983f6e29c3d -SIZE (flax-0.6.0.tar.gz) = 150906 +TIMESTAMP = 1665073146 +SHA256 (flax-0.6.1.tar.gz) = 29960fb51d7b65dc692dd9935d9b0fc9ba3bf50943746a0ebeb55346816d8b54 +SIZE (flax-0.6.1.tar.gz) = 157243 diff --git a/math/py-flax/files/patch-setup.py b/math/py-flax/files/patch-setup.py deleted file mode 100644 index 16a95395c8c3..000000000000 --- a/math/py-flax/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2022-08-17 06:38:42 UTC -+++ setup.py -@@ -30,7 +30,7 @@ install_requires = [ - "matplotlib", # only needed for tensorboard export - "msgpack", - "optax", -- "rich~=11.1", -+ "rich>=11.1", - "typing_extensions>=4.1.1", - "PyYAML>=5.4.1", - ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091540.299Fe4h7045385>