diff options
-rw-r--r-- | sysutils/py-ansible-core/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-ansible-core/distinfo | 6 | ||||
-rw-r--r-- | sysutils/py-ansible-core/files/patch-pyproject.toml | 12 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index c5cef65b156f..e258404b060c 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible-core -DISTVERSION= 2.16.6 +DISTVERSION= 2.18.4 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-core/distinfo b/sysutils/py-ansible-core/distinfo index c1c94e36546f..3d2ddc4a54e8 100644 --- a/sysutils/py-ansible-core/distinfo +++ b/sysutils/py-ansible-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714150478 -SHA256 (ansible_core-2.16.6.tar.gz) = 111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 -SIZE (ansible_core-2.16.6.tar.gz) = 3176041 +TIMESTAMP = 1744220792 +SHA256 (ansible_core-2.18.4.tar.gz) = e1f8f5c33546362b0ee933e0969a3ba364b486515a6fa1bc25ebb5d95f8ec5f4 +SIZE (ansible_core-2.18.4.tar.gz) = 3081918 diff --git a/sysutils/py-ansible-core/files/patch-pyproject.toml b/sysutils/py-ansible-core/files/patch-pyproject.toml index 62995ad2fa50..ac98be02b8d0 100644 --- a/sysutils/py-ansible-core/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core/files/patch-pyproject.toml @@ -1,7 +1,9 @@ ---- pyproject.toml.orig 2024-11-04 18:35:30 UTC -+++ pyproject.toml -@@ -1,3 +1,3 @@ +--- pyproject.toml.orig 2025-03-25 11:10:19.000000000 -0700 ++++ pyproject.toml 2025-04-09 10:51:48.677552000 -0700 +@@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools >= 45.2.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release -+requires = ["setuptools >= 45.2.0"] # lower bound to support controller Python versions +-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 build-backend = "setuptools.build_meta" + + [project] |