Date: Tue, 16 Mar 2021 18:35:00 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568600 - head/math/py-optuna Message-ID: <202103161835.12GIZ0iF067569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Tue Mar 16 18:35:00 2021 New Revision: 568600 URL: https://svnweb.freebsd.org/changeset/ports/568600 Log: math/py-optuna: Update to 2.6.0 Changes: https://github.com/optuna/optuna/releases/tag/v2.6.0 Modified: head/math/py-optuna/Makefile head/math/py-optuna/distinfo Modified: head/math/py-optuna/Makefile ============================================================================== --- head/math/py-optuna/Makefile Tue Mar 16 18:31:51 2021 (r568599) +++ head/math/py-optuna/Makefile Tue Mar 16 18:35:00 2021 (r568600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= optuna -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 CATEGORIES= math # machine-learning MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-optuna/distinfo ============================================================================== --- head/math/py-optuna/distinfo Tue Mar 16 18:31:51 2021 (r568599) +++ head/math/py-optuna/distinfo Tue Mar 16 18:35:00 2021 (r568600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612403093 -SHA256 (optuna-2.5.0.tar.gz) = f6e722e22a4bc40bfc3415440e81b1a2ecb2e516c77498073a20dd415967bddf -SIZE (optuna-2.5.0.tar.gz) = 209693 +TIMESTAMP = 1615919551 +SHA256 (optuna-2.6.0.tar.gz) = 57ad041fd6693e354ea54a9ff1354b942a81ab866cf863cc06a1b67a8dea0ca2 +SIZE (optuna-2.6.0.tar.gz) = 214580
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103161835.12GIZ0iF067569>