Date: Fri, 30 Jan 2026 23:34:30 +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: 2de9005638c3 - main - sysutils/py-ansible-core220: Update to 2.20.2 Message-ID: <697d4006.3c8dc.1f425e7@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=2de9005638c355c715eb75b10506ba02e3981be2 commit 2de9005638c355c715eb75b10506ba02e3981be2 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-30 14:09:45 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-30 23:34:23 +0000 sysutils/py-ansible-core220: Update to 2.20.2 --- sysutils/py-ansible-core220/Makefile | 2 +- sysutils/py-ansible-core220/distinfo | 6 +++--- sysutils/py-ansible-core220/files/patch-pyproject.toml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sysutils/py-ansible-core220/Makefile b/sysutils/py-ansible-core220/Makefile index bd85037c742f..fe60a7437215 100644 --- a/sysutils/py-ansible-core220/Makefile +++ b/sysutils/py-ansible-core220/Makefile @@ -4,7 +4,7 @@ # XXX workaround until Python 3.12 becomes the default. PORTNAME= ansible-core -DISTVERSION= 2.20.1 +DISTVERSION= 2.20.2 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core220/distinfo b/sysutils/py-ansible-core220/distinfo index 72629c007eaf..9ff30776b8b1 100644 --- a/sysutils/py-ansible-core220/distinfo +++ b/sysutils/py-ansible-core220/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769476260 -SHA256 (ansible_core-2.20.1.tar.gz) = a891e5f90cd46626778f0f3d545ec1115840c9b50e8adf25944c5e1748452106 -SIZE (ansible_core-2.20.1.tar.gz) = 3313203 +TIMESTAMP = 1769780022 +SHA256 (ansible_core-2.20.2.tar.gz) = 75e19a3ad8cf659579ea182cdf948ee0900d700e564802e92876de53dbd9715d +SIZE (ansible_core-2.20.2.tar.gz) = 3317427 diff --git a/sysutils/py-ansible-core220/files/patch-pyproject.toml b/sysutils/py-ansible-core220/files/patch-pyproject.toml index 4063274658d5..3537f564fa22 100644 --- a/sysutils/py-ansible-core220/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core220/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-01-29 11:20:02.000000000 -0800 ++++ pyproject.toml 2026-01-30 06:06:24.331402000 -0800 @@ -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, <= 80.10.2", "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.10.2", "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?697d4006.3c8dc.1f425e7>
