Date: Mon, 13 Apr 2026 04:33:43 +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: 8ee838c1a405 - main - sysutils/py-ansible-core219: Update to 2.19.8 Message-ID: <69dc7227.1f2db.2cb461f0@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=8ee838c1a405148a787fe30190dd2036b83f9bc8 commit 8ee838c1a405148a787fe30190dd2036b83f9bc8 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-04-12 03:22:29 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-04-13 04:30:45 +0000 sysutils/py-ansible-core219: Update to 2.19.8 --- sysutils/py-ansible-core219/Makefile | 3 +-- sysutils/py-ansible-core219/distinfo | 6 +++--- sysutils/py-ansible-core219/files/patch-pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sysutils/py-ansible-core219/Makefile b/sysutils/py-ansible-core219/Makefile index 8d26a83e9f63..3fe5e6c27086 100644 --- a/sysutils/py-ansible-core219/Makefile +++ b/sysutils/py-ansible-core219/Makefile @@ -1,6 +1,5 @@ PORTNAME= ansible-core -DISTVERSION= 2.19.1 -PORTREVISION= 1 +DISTVERSION= 2.19.8 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core219/distinfo b/sysutils/py-ansible-core219/distinfo index 9740b0cb27d0..963c727b8303 100644 --- a/sysutils/py-ansible-core219/distinfo +++ b/sysutils/py-ansible-core219/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758599602 -SHA256 (ansible_core-2.19.1.tar.gz) = affd33b38d32b57cfc2cd6daf3aafcb384297039e4c5600196a2ee9aa027b75d -SIZE (ansible_core-2.19.1.tar.gz) = 3401547 +TIMESTAMP = 1775885001 +SHA256 (ansible_core-2.19.8.tar.gz) = 676e70925b775d2c8526b2bcea59c4b2195221bd6e4e3c0537e89387e08608bd +SIZE (ansible_core-2.19.8.tar.gz) = 3417261 diff --git a/sysutils/py-ansible-core219/files/patch-pyproject.toml b/sysutils/py-ansible-core219/files/patch-pyproject.toml index 4063274658d5..eced8e51f958 100644 --- a/sysutils/py-ansible-core219/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core219/files/patch-pyproject.toml @@ -2,8 +2,8 @@ +++ pyproject.toml 2025-07-20 05:54:59.527173000 -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?69dc7227.1f2db.2cb461f0>
