git: 6fad09c54b98 - main - sysutils/py-ansible-core: Update to 2.18.7

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Sun, 20 Jul 2025 12:57:27 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6fad09c54b98cf6d4dca71262f54e1cb981c3547

commit 6fad09c54b98cf6d4dca71262f54e1cb981c3547
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-07-20 12:56:19 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-07-20 12:56:19 +0000

    sysutils/py-ansible-core: Update to 2.18.7
---
 sysutils/py-ansible-core/Makefile                   | 2 +-
 sysutils/py-ansible-core/distinfo                   | 6 +++---
 sysutils/py-ansible-core/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index 0887d9b13c8a..b9b3cd5e9649 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ansible-core
-DISTVERSION=	2.18.6
+DISTVERSION=	2.18.7
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-ansible-core/distinfo b/sysutils/py-ansible-core/distinfo
index 963c3c0eb6c1..0ea53611cf0f 100644
--- a/sysutils/py-ansible-core/distinfo
+++ b/sysutils/py-ansible-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749221939
-SHA256 (ansible_core-2.18.6.tar.gz) = 25bb20ce1516a1b7307831b263cef684043b3720711466bd9d4164e5fd576557
-SIZE (ansible_core-2.18.6.tar.gz) = 3088072
+TIMESTAMP = 1753016015
+SHA256 (ansible_core-2.18.7.tar.gz) = 1a129bf9fcd5dca2b17e83ce77147ee2fbc3c51a4958970152897cc5b6d0aae7
+SIZE (ansible_core-2.18.7.tar.gz) = 3090256
diff --git a/sysutils/py-ansible-core/files/patch-pyproject.toml b/sysutils/py-ansible-core/files/patch-pyproject.toml
index 6d6635b3ccb6..4db56a4c7bc9 100644
--- a/sysutils/py-ansible-core/files/patch-pyproject.toml
+++ b/sysutils/py-ansible-core/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2025-05-19 16:56:48 UTC
-+++ pyproject.toml
+--- pyproject.toml.orig	2025-07-15 10:46:32.000000000 -0700
++++ pyproject.toml	2025-07-20 05:54:59.527173000 -0700
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools >= 66.1.0, <= 80.7.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, <= 80.7.1", "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.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
  build-backend = "setuptools.build_meta"
  
  [project]