Date: Fri, 25 Mar 2022 13:44:47 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: 0ffa6144bada - main - math/py-gym: Update to 0.23.0 Message-ID: <202203251344.22PDilFe021196@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=0ffa6144badaf5f81e70643d12c16d3ac4291df7 commit 0ffa6144badaf5f81e70643d12c16d3ac4291df7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:00:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:06 +0000 math/py-gym: Update to 0.23.0 - Update WWW Changes: https://github.com/openai/gym/releases --- math/py-gym/Makefile | 2 +- math/py-gym/distinfo | 6 +++--- math/py-gym/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 5b1c42209f84..725875074d4d 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= gym -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-gym/distinfo b/math/py-gym/distinfo index 3dfb91d6d5ed..d9d6b16cb6de 100644 --- a/math/py-gym/distinfo +++ b/math/py-gym/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646058066 -SHA256 (gym-0.22.0.tar.gz) = 339144c89951758187c378111919bc0e2f1695f9e9d9699e3f19279a6398148d -SIZE (gym-0.22.0.tar.gz) = 631075 +TIMESTAMP = 1647264606 +SHA256 (gym-0.23.0.tar.gz) = dbd3d0c50fc1260b57e6f12ba792152b73551730512623b7653d6dfb2f7a105d +SIZE (gym-0.23.0.tar.gz) = 624422 diff --git a/math/py-gym/pkg-descr b/math/py-gym/pkg-descr index 291faba27a40..e260bc2e6a01 100644 --- a/math/py-gym/pkg-descr +++ b/math/py-gym/pkg-descr @@ -20,5 +20,5 @@ methods you should know: - render(self, mode='human'): Render one frame of the environment. The default mode will do something human friendly, such as pop up a window. -WWW: https://gym.openai.com/ +WWW: https://www.gymlibrary.ml/ WWW: https://github.com/openai/gym
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251344.22PDilFe021196>