30a3d194 -SIZE (cfn_lint-1.32.0.tar.gz) = 2893829 +TIMESTAMP = 1766943425 +SHA256 (cfn_lint-1.43.1.tar.gz) = e2d1ed5d4168459db59567ceadf55ad8ea3fd6968c67c853a2e082ea9b1ba49a +SIZE (cfn_lint-1.43.1.tar.gz) = 3405089 diff --git a/devel/py-cfn-lint/files/patch-pyproject.toml b/devel/py-cfn-lint/files/patch-pyproject.toml index 8a999bff9836..7ab37d2c4d0b 100644 --- a/devel/py-cfn-lint/files/patch-pyproject.toml +++ b/devel/py-cfn-lint/files/patch-pyproject.toml @@ -1,10 +1,19 @@ ---- pyproject.toml.orig 2024-12-12 18:51:10 UTC +--- pyproject.toml.orig 2025-12-18 20:25:03 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ -- "setuptools >= 65.5.1", +- "setuptools >= 77.0.3", + "setuptools", ] build-backend = "setuptools.build_meta" +@@ -20,7 +20,7 @@ requires-python = ">=3.9" + name = "cfn-lint" + description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" + requires-python = ">=3.9" +-license = "MIT-0" ++license = {text = "MIT-0"} + keywords = ["aws", "cloudformation", "lint"] + authors = [ + {email = "kddejong@amazon.com"},