aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2026-07-14 04:55:02 +0000
committerCy Schubert <cy@FreeBSD.org>2026-07-14 04:55:46 +0000
commit7bc431324f9bdf14dca70e54602e65956dc9bedb (patch)
tree3f751acced5fc572e9ee04f28d1758b0a69278e5 /sysutils
parent3b049f291f3073946a5de1de6725e27880aeed72 (diff)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-ansible-core221/Makefile2
-rw-r--r--sysutils/py-ansible-core221/distinfo6
-rw-r--r--sysutils/py-ansible-core221/files/patch-pyproject.toml8
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-ansible-core221/Makefile b/sysutils/py-ansible-core221/Makefile
index f070cd274111..9d3cc928aeb7 100644
--- a/sysutils/py-ansible-core221/Makefile
+++ b/sysutils/py-ansible-core221/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ansible-core
-DISTVERSION= 2.21.1
+DISTVERSION= 2.21.2
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-ansible-core221/distinfo b/sysutils/py-ansible-core221/distinfo
index fed450ccd73d..b2ccfe20f130 100644
--- a/sysutils/py-ansible-core221/distinfo
+++ b/sysutils/py-ansible-core221/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1781845503
-SHA256 (ansible_core-2.21.1.tar.gz) = a5536ece95be84de15212b3644cdbbe9cbd9efd62e4e8a544cd6b0b27a083039
-SIZE (ansible_core-2.21.1.tar.gz) = 3384534
+TIMESTAMP = 1784003920
+SHA256 (ansible_core-2.21.2.tar.gz) = c6139e662eda1bfb5af16029f12afa5edfc7f95f8cd44281b1bdb434a6d9dc70
+SIZE (ansible_core-2.21.2.tar.gz) = 3388984
diff --git a/sysutils/py-ansible-core221/files/patch-pyproject.toml b/sysutils/py-ansible-core221/files/patch-pyproject.toml
index 2dfe2b9da74c..0c15fae69e36 100644
--- a/sysutils/py-ansible-core221/files/patch-pyproject.toml
+++ b/sysutils/py-ansible-core221/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2026-05-19 14:23:57.112598000 -0700
-+++ pyproject.toml 2026-05-19 14:25:15.952696000 -0700
+--- pyproject.toml.orig 2026-07-13 12:37:14.000000000 -0700
++++ pyproject.toml 2026-07-13 21:44:54.600345000 -0700
@@ -1,5 +1,5 @@
[build-system]
--requires = ["setuptools >= 77.0.3, <= 82.0.1"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
-+requires = ["setuptools >= 63.1.0, <= 82.0.1"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
+-requires = ["setuptools >= 77.0.3, <= 83.0.0"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
++requires = ["setuptools >= 63.1.0, <= 83.0.0"] # lower bound to support license/license-files (PEP 639), upper bound for latest version tested at release
build-backend = "setuptools.build_meta"
[project]