git: 6f5fbe89eb84 - main - devel/py-cfn-lint: Update to 1.56.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Sep 2026 16:23:55 UTC
The branch main has been updated by nork:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5fbe89eb84b17ff23332318e63f3ae911a07af
commit 6f5fbe89eb84b17ff23332318e63f3ae911a07af
Author: Norikatsu Shigemura <nork@FreeBSD.org>
AuthorDate: 2026-09-01 16:23:22 +0000
Commit: Norikatsu Shigemura <nork@FreeBSD.org>
CommitDate: 2026-09-01 16:23:22 +0000
devel/py-cfn-lint: Update to 1.56.0
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.56.0
Approved by: hrs (mentor, blanket)
---
devel/py-cfn-lint/Makefile | 5 ++---
devel/py-cfn-lint/distinfo | 6 +++---
.../py-cfn-lint/files/patch-src_cfnlint_data_schemas_version.json | 7 -------
3 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile
index 0cc0184a4e0d..e8deff66a874 100644
--- a/devel/py-cfn-lint/Makefile
+++ b/devel/py-cfn-lint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cfn-lint
-DISTVERSION= 1.55.1
+DISTVERSION= 1.56.0
CATEGORIES= devel python textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,13 +16,12 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jschema-to-python>=1.2.3:devel/py-jschema-to-python@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0<5:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.4,2<4,2:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.3:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}regex>0:textproc/py-regex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sarif-om>=1.0.4:devel/py-sarif-om@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sympy>=1.0.0:math/py-sympy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sympy>=1.14.0:math/py-sympy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${PY_FLAVOR}
diff --git a/devel/py-cfn-lint/distinfo b/devel/py-cfn-lint/distinfo
index f30275c32fcc..55ff6b2ee261 100644
--- a/devel/py-cfn-lint/distinfo
+++ b/devel/py-cfn-lint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1786953289
-SHA256 (cfn_lint-1.55.1.tar.gz) = 1e870ec3dfad17bf2cf164decba961551aed00a3eb3e51182eca6987eddb5562
-SIZE (cfn_lint-1.55.1.tar.gz) = 4646651
+TIMESTAMP = 1788277885
+SHA256 (cfn_lint-1.56.0.tar.gz) = e3a67b547527a999a5bfa54e5c47920425322cbb625ea2e6447ca51f6fa7173d
+SIZE (cfn_lint-1.56.0.tar.gz) = 4741346
diff --git a/devel/py-cfn-lint/files/patch-src_cfnlint_data_schemas_version.json b/devel/py-cfn-lint/files/patch-src_cfnlint_data_schemas_version.json
deleted file mode 100644
index 25c702b81b43..000000000000
--- a/devel/py-cfn-lint/files/patch-src_cfnlint_data_schemas_version.json
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/cfnlint/data/schemas/version.json.orig 2026-08-13 17:14:46 UTC
-+++ src/cfnlint/data/schemas/version.json
-@@ -1 +1,3 @@
--{"schema_date": "2026-08-11T22:19:36Z"}
-+{
-+ "schema_date": "2026-08-11T22:19:36Z"
-+}