Date: Mon, 18 Jul 2022 18:01:38 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: bd2ca73c62ee - main - math/py-gym: Update to 0.25.0 Message-ID: <202207181801.26II1cMc018316@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=bd2ca73c62ee926e425cc515c540793626281584 commit bd2ca73c62ee926e425cc515c540793626281584 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 17:56:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 18:00:44 +0000 math/py-gym: Update to 0.25.0 Changes: https://github.com/openai/gym/releases --- math/py-gym/Makefile | 5 ++--- math/py-gym/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 8958c21029ab..04c1e2d4f757 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.24.1 +PORTVERSION= 0.25.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gym-notices>=0.0.4:math/py-gym-notices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils diff --git a/math/py-gym/distinfo b/math/py-gym/distinfo index c434e535384c..c6643fa59452 100644 --- a/math/py-gym/distinfo +++ b/math/py-gym/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654708366 -SHA256 (gym-0.24.1.tar.gz) = 9b23bbaa96ba0771a16a9f80062edb79b6f176ffdc84f39ea4645b03a8b72291 -SIZE (gym-0.24.1.tar.gz) = 696448 +TIMESTAMP = 1658151377 +SHA256 (gym-0.25.0.tar.gz) = a4e1bf31a001e5506f1cd9f1775e55707a9eb0fd0699eff99062ff1fb563cdbb +SIZE (gym-0.25.0.tar.gz) = 720426
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207181801.26II1cMc018316>