Date: Sat, 18 Apr 2026 22:04:56 +0000 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: 4391ddcec7d3 - main - math/py-cmaes: Update to 0.13.0 Message-ID: <69e40008.34494.450f34e4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4391ddcec7d3ba23938c9477aae3680135620e79 commit 4391ddcec7d3ba23938c9477aae3680135620e79 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:25:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:52:40 +0000 math/py-cmaes: Update to 0.13.0 Changes: https://github.com/CyberAgentAILab/cmaes/releases --- math/py-cmaes/Makefile | 3 +-- math/py-cmaes/distinfo | 6 +++--- math/py-cmaes/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 5d289cf8048e..2b1b6a44190f 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -1,6 +1,5 @@ PORTNAME= cmaes -PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTVERSION= 0.13.0 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cmaes/distinfo b/math/py-cmaes/distinfo index 12bcb009a4b6..260fd69feb28 100644 --- a/math/py-cmaes/distinfo +++ b/math/py-cmaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753369398 -SHA256 (cmaes-0.12.0.tar.gz) = 6aab41eee2f38bf917560a7e7d1ba0060632cd44cdf7ac2a10704da994624182 -SIZE (cmaes-0.12.0.tar.gz) = 52779 +TIMESTAMP = 1775587528 +SHA256 (cmaes-0.13.0.tar.gz) = 69a252b0291d08100351e37c2918c7c6d929b02ab7dcd9dd14fc02c7c98cc1b9 +SIZE (cmaes-0.13.0.tar.gz) = 61265 diff --git a/math/py-cmaes/files/patch-pyproject.toml b/math/py-cmaes/files/patch-pyproject.toml new file mode 100644 index 000000000000..62ffa48b4bcf --- /dev/null +++ b/math/py-cmaes/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-03-28 07:41:34 UTC ++++ pyproject.toml +@@ -14,7 +14,7 @@ requires-python = ">=3.9" + { name = "Ryoki Hamano", "email" = "hamano_ryoki_xa@cyberagent.co.jp" } + ] + requires-python = ">=3.9" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e40008.34494.450f34e4>
