Date: Mon, 13 Apr 2026 04:33:42 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ad02de73707 - main - sysutils/py-ansible-core218: Update to 2.18.15 Message-ID: <69dc7226.21db1.17686a45@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ad02de73707bea96d5b0766cb6f654af9b162eb commit 2ad02de73707bea96d5b0766cb6f654af9b162eb Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-04-11 05:16:41 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-04-13 04:30:45 +0000 sysutils/py-ansible-core218: Update to 2.18.15 --- sysutils/py-ansible-core218/Makefile | 3 +-- sysutils/py-ansible-core218/distinfo | 6 +++--- sysutils/py-ansible-core218/files/patch-pyproject.toml | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sysutils/py-ansible-core218/Makefile b/sysutils/py-ansible-core218/Makefile index f0fbedf68cc3..9b39fcb78a90 100644 --- a/sysutils/py-ansible-core218/Makefile +++ b/sysutils/py-ansible-core218/Makefile @@ -1,6 +1,5 @@ PORTNAME= ansible-core -DISTVERSION= 2.18.7 -PORTREVISION= 1 +DISTVERSION= 2.18.15 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core218/distinfo b/sysutils/py-ansible-core218/distinfo index 0ea53611cf0f..593cda4a9941 100644 --- a/sysutils/py-ansible-core218/distinfo +++ b/sysutils/py-ansible-core218/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753016015 -SHA256 (ansible_core-2.18.7.tar.gz) = 1a129bf9fcd5dca2b17e83ce77147ee2fbc3c51a4958970152897cc5b6d0aae7 -SIZE (ansible_core-2.18.7.tar.gz) = 3090256 +TIMESTAMP = 1775870947 +SHA256 (ansible_core-2.18.15.tar.gz) = 577effbe1dba09cecc2b03ca767f693b3f16a773d5c3cbdb8348a633b41f3e72 +SIZE (ansible_core-2.18.15.tar.gz) = 3102654 diff --git a/sysutils/py-ansible-core218/files/patch-pyproject.toml b/sysutils/py-ansible-core218/files/patch-pyproject.toml index 4063274658d5..4363827ccc66 100644 --- a/sysutils/py-ansible-core218/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core218/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-07-15 10:46:32.000000000 -0700 -+++ pyproject.toml 2025-07-20 05:54:59.527173000 -0700 +--- pyproject.toml.orig 2026-03-23 10:38:33.000000000 -0700 ++++ pyproject.toml 2026-04-10 18:29:43.527309000 -0700 @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools >= 66.1.0, <= 80.9.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release -+requires = ["setuptools >= 63.1.0, <= 80.9.0", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release +-requires = ["setuptools >= 66.1.0, <= 82.0.1", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release ++requires = ["setuptools >= 63.1.0, <= 82.0.1", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release build-backend = "setuptools.build_meta" [project]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc7226.21db1.17686a45>
