Date: Fri, 06 Feb 2026 13:05:20 +0000 From: Norikatsu Shigemura <nork@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 696c1d0699cc - main - devel/py-cfn-lint: Update to 1.44.0 Message-ID: <6985e710.303f9.49862c84@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nork: URL: https://cgit.FreeBSD.org/ports/commit/?id=696c1d0699ccdfab085e410247faa5da1efa4c0b commit 696c1d0699ccdfab085e410247faa5da1efa4c0b Author: Norikatsu Shigemura <nork@FreeBSD.org> AuthorDate: 2026-02-06 13:04:55 +0000 Commit: Norikatsu Shigemura <nork@FreeBSD.org> CommitDate: 2026-02-06 13:04:55 +0000 devel/py-cfn-lint: Update to 1.44.0 ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v1.44.0 Approved by: hrs (mentor, blanket) --- devel/py-cfn-lint/Makefile | 2 +- devel/py-cfn-lint/distinfo | 6 +++--- devel/py-cfn-lint/files/patch-pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile index a1cecd38b925..576c0a18d5e2 100644 --- a/devel/py-cfn-lint/Makefile +++ b/devel/py-cfn-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= cfn-lint -DISTVERSION= 1.43.4 +DISTVERSION= 1.44.0 CATEGORIES= devel python textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-cfn-lint/distinfo b/devel/py-cfn-lint/distinfo index 9b97479f6bde..01a13e977ed4 100644 --- a/devel/py-cfn-lint/distinfo +++ b/devel/py-cfn-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769962289 -SHA256 (cfn_lint-1.43.4.tar.gz) = 05021a9b9d2307860360d35e75558bc448f16b1e9a9279674ce457c3f7acef5b -SIZE (cfn_lint-1.43.4.tar.gz) = 3464983 +TIMESTAMP = 1770380597 +SHA256 (cfn_lint-1.44.0.tar.gz) = b17cbcc24852035a2a0cae2afe45f7e0b8694d7439c76a0e775dcfb6703a73d3 +SIZE (cfn_lint-1.44.0.tar.gz) = 3498426 diff --git a/devel/py-cfn-lint/files/patch-pyproject.toml b/devel/py-cfn-lint/files/patch-pyproject.toml index 7ab37d2c4d0b..1534ed5281d7 100644 --- a/devel/py-cfn-lint/files/patch-pyproject.toml +++ b/devel/py-cfn-lint/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-12-18 20:25:03 UTC +--- pyproject.toml.orig 2026-02-05 20:03:52 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ -- "setuptools >= 77.0.3", +- "setuptools >= 80.10.2", + "setuptools", ] build-backend = "setuptools.build_meta"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6985e710.303f9.49862c84>
