git: b176a2cff4a4 - main - sysutils/py-ansible-core: Update to 2.18.5

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 22 Apr 2025 04:15:41 UTC
The branch main has been updated by cy:

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

commit b176a2cff4a476efbd95b78454db31a135c43114
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-04-22 04:13:06 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-04-22 04:15:27 +0000

    sysutils/py-ansible-core: Update to 2.18.5
---
 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 e258404b060c..993c3ca2df07 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ansible-core
-DISTVERSION=	2.18.4
+DISTVERSION=	2.18.5
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-ansible-core/distinfo b/sysutils/py-ansible-core/distinfo
index 3d2ddc4a54e8..3c1f067ad53e 100644
--- a/sysutils/py-ansible-core/distinfo
+++ b/sysutils/py-ansible-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744220792
-SHA256 (ansible_core-2.18.4.tar.gz) = e1f8f5c33546362b0ee933e0969a3ba364b486515a6fa1bc25ebb5d95f8ec5f4
-SIZE (ansible_core-2.18.4.tar.gz) = 3081918
+TIMESTAMP = 1745294574
+SHA256 (ansible_core-2.18.5.tar.gz) = 319304d161770a8a891c07dec8a22c528548a948a7097eaf1a79939395105535
+SIZE (ansible_core-2.18.5.tar.gz) = 3083407
diff --git a/sysutils/py-ansible-core/files/patch-pyproject.toml b/sysutils/py-ansible-core/files/patch-pyproject.toml
index ac98be02b8d0..50594db0bc9d 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-03-25 11:10:19.000000000 -0700
-+++ pyproject.toml	2025-04-09 10:51:48.677552000 -0700
+--- pyproject.toml.orig	2025-04-21 14:51:57.000000000 -0700
++++ pyproject.toml	2025-04-21 21:08:26.075285000 -0700
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools >= 66.1.0, <= 76.0.0"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
-+requires = ["setuptools >= 63.1.0, <= 76.0.0"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
+-requires = ["setuptools >= 66.1.0, <= 76.0.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, <= 76.0.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]