From owner-svn-ports-all@freebsd.org Thu Dec 24 13:53:47 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5446A4C53E6; Thu, 24 Dec 2020 13:53:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1s4C1tC5z4VLh; Thu, 24 Dec 2020 13:53:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 335F41165F; Thu, 24 Dec 2020 13:53:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BODrlsl037116; Thu, 24 Dec 2020 13:53:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BODrkRR037114; Thu, 24 Dec 2020 13:53:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012241353.0BODrkRR037114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 24 Dec 2020 13:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559116 - head/math/py-gym X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-gym X-SVN-Commit-Revision: 559116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 13:53:47 -0000 Author: sunpoet Date: Thu Dec 24 13:53:46 2020 New Revision: 559116 URL: https://svnweb.freebsd.org/changeset/ports/559116 Log: Update to 0.18.0 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 Thu Dec 24 13:50:09 2020 (r559115) +++ head/math/py-gym/Makefile Thu Dec 24 13:53:46 2020 (r559116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gym -PORTVERSION= 0.17.3 +PORTVERSION= 0.18.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,13 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.7.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0<7.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyglet150>=1.4.0<1.5.1:graphics/py-pyglet150@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/math/py-gym/distinfo ============================================================================== --- head/math/py-gym/distinfo Thu Dec 24 13:50:09 2020 (r559115) +++ head/math/py-gym/distinfo Thu Dec 24 13:53:46 2020 (r559116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601554470 -SHA256 (gym-0.17.3.tar.gz) = 96a7dd4e9cdb39e30c7a79e5773570fd9408f7fdb58c714c293cfbb314818eb6 -SIZE (gym-0.17.3.tar.gz) = 1571906 +TIMESTAMP = 1608730757 +SHA256 (gym-0.18.0.tar.gz) = a0dcd25c1373f3938f4cb4565f74f434fba6faefb73a42d09c9dddd0c08af53e +SIZE (gym-0.18.0.tar.gz) = 1573189