.gz) = 3102654 diff --git a/sysutils/py-ansible-core218/files/patch-pyproject.toml b/sysutils/py-ansible-core218/files/patch-pyproject.toml index 4063274658d5..4363827ccc66 100644 --- a/sysutils/py-ansible-core218/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core218/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-03-23 10:38:33.000000000 -0700 ++++ pyproject.toml 2026-04-10 18:29:43.527309000 -0700 @@ -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, <= 82.0.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, <= 82.0.1", "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]