Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 07:31:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550920 - head/math/py-gym
Message-ID:  <202010020731.0927V3Ml085574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  2 07:31:02 2020
New Revision: 550920
URL: https://svnweb.freebsd.org/changeset/ports/550920

Log:
  Update to 0.17.3
  
  Changes:	https://github.com/openai/gym/blob/master/README.rst#whats-new

Modified:
  head/math/py-gym/Makefile
  head/math/py-gym/distinfo

Modified: head/math/py-gym/Makefile
==============================================================================
--- head/math/py-gym/Makefile	Fri Oct  2 07:30:58 2020	(r550919)
+++ head/math/py-gym/Makefile	Fri Oct  2 07:31:02 2020	(r550920)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gym
-PORTVERSION=	0.17.2
+PORTVERSION=	0.17.3
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ COMMENT=	OpenAI toolkit for developing and comparing y
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.4.0:devel/py-cloudpickle@${PY_FLAVOR} \
-		${PY_ENUM34} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.7.0:devel/py-cloudpickle@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyglet150>=1.4.0<1.5.1:graphics/py-pyglet150@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}

Modified: head/math/py-gym/distinfo
==============================================================================
--- head/math/py-gym/distinfo	Fri Oct  2 07:30:58 2020	(r550919)
+++ head/math/py-gym/distinfo	Fri Oct  2 07:31:02 2020	(r550920)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589002629
-SHA256 (gym-0.17.2.tar.gz) = bb495aa56995b01274a2213423bf5ba05b8f4fd51c6dc61e9d4abddd1189718e
-SIZE (gym-0.17.2.tar.gz) = 1568165
+TIMESTAMP = 1601554470
+SHA256 (gym-0.17.3.tar.gz) = 96a7dd4e9cdb39e30c7a79e5773570fd9408f7fdb58c714c293cfbb314818eb6
+SIZE (gym-0.17.3.tar.gz) = 1571906



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