From owner-svn-ports-all@freebsd.org Sun Dec 13 14:43:20 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 05B6A4BA3A9; Sun, 13 Dec 2020 14:43:20 +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 4Cv6hP6mgGz3vTy; Sun, 13 Dec 2020 14:43:17 +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 B6403117A5; Sun, 13 Dec 2020 14:43:14 +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 0BDEhEKo037621; Sun, 13 Dec 2020 14:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDEhE5H037620; Sun, 13 Dec 2020 14:43:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012131443.0BDEhE5H037620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Dec 2020 14:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557930 - head/math/py-flax X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-flax X-SVN-Commit-Revision: 557930 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: Sun, 13 Dec 2020 14:43:20 -0000 Author: sunpoet Date: Sun Dec 13 14:43:13 2020 New Revision: 557930 URL: https://svnweb.freebsd.org/changeset/ports/557930 Log: Update to 0.3.0 Changes: https://github.com/google/flax/releases https://github.com/google/flax/blob/master/CHANGELOG.md Modified: head/math/py-flax/Makefile head/math/py-flax/distinfo Modified: head/math/py-flax/Makefile ============================================================================== --- head/math/py-flax/Makefile Sun Dec 13 14:43:09 2020 (r557929) +++ head/math/py-flax/Makefile Sun Dec 13 14:43:13 2020 (r557930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flax -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Neural network library for JAX designed for f LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>=0.1.59:math/py-jax@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>=0.2.6:math/py-jax@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYNUMPY} Modified: head/math/py-flax/distinfo ============================================================================== --- head/math/py-flax/distinfo Sun Dec 13 14:43:09 2020 (r557929) +++ head/math/py-flax/distinfo Sun Dec 13 14:43:13 2020 (r557930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601627941 -SHA256 (flax-0.2.2.tar.gz) = a001dc983cb5113c8c45636e6740a6fb4872bcc0b99cb1756d470cc01e10907f -SIZE (flax-0.2.2.tar.gz) = 108023 +TIMESTAMP = 1607685389 +SHA256 (flax-0.3.0.tar.gz) = f468d6db92c8a5a35ba66bf2744fe096566f7768a95f1a4e6a80ace0a01361ae +SIZE (flax-0.3.0.tar.gz) = 112276