Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 11:47:51 +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: 57181e49625b - main - devel/py-cfn-lint: Update to 1.50.1
Message-ID:  <69f735e7.33a2f.621fbe05@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=57181e49625b17bffb096791b9b442463f8979f0

commit 57181e49625b17bffb096791b9b442463f8979f0
Author:     Norikatsu Shigemura <nork@FreeBSD.org>
AuthorDate: 2026-05-03 11:46:30 +0000
Commit:     Norikatsu Shigemura <nork@FreeBSD.org>
CommitDate: 2026-05-03 11:46:30 +0000

    devel/py-cfn-lint: Update to 1.50.1
    
    ChangeLog:      https://github.com/aws-cloudformation/cfn-lint/compare/v1.47.1...v1.50.1
    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             | 6 +++---
 devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile
index d7f43a1a3923..fd0b85b985ee 100644
--- a/devel/py-cfn-lint/Makefile
+++ b/devel/py-cfn-lint/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cfn-lint
-DISTVERSION=	1.47.1
+DISTVERSION=	1.50.1
 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 146099a66861..9dd03d7bebb3 100644
--- a/devel/py-cfn-lint/distinfo
+++ b/devel/py-cfn-lint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1774537383
-SHA256 (cfn_lint-1.47.1.tar.gz) = b2eedbcee3aa104602f79933e3ad74c01f0fa1e226b70327118926fd78d8d3f1
-SIZE (cfn_lint-1.47.1.tar.gz) = 3672271
+TIMESTAMP = 1777748185
+SHA256 (cfn_lint-1.50.1.tar.gz) = 10df565e9774e41c4a5a1b6dca7d09765cd534bdf22dc24add5e4ad1e118699a
+SIZE (cfn_lint-1.50.1.tar.gz) = 4076509
diff --git a/devel/py-cfn-lint/files/patch-pyproject.toml b/devel/py-cfn-lint/files/patch-pyproject.toml
index d14423a7c73d..df9f9646ed1b 100644
--- a/devel/py-cfn-lint/files/patch-pyproject.toml
+++ b/devel/py-cfn-lint/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-03-24 15:58:56 UTC
+--- pyproject.toml.orig	2026-04-29 17:17:46 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@ requires = [
  [build-system]
@@ -8,10 +8,10 @@
  ]
  build-backend = "setuptools.build_meta"
  
-@@ -20,7 +20,7 @@ requires-python = ">=3.10"
+@@ -20,7 +20,7 @@ requires-python = ">=3.10,<3.15"
  name = "cfn-lint"
  description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved"
- requires-python = ">=3.10"
+ requires-python = ">=3.10,<3.15"
 -license = "MIT-0"
 +license = {text = "MIT-0"}
  keywords = ["aws", "cloudformation", "lint"]
diff --git a/devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py b/devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py
index 9761d68e868a..3b0963656914 100644
--- a/devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py
+++ b/devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py
@@ -1,6 +1,6 @@
---- src/cfnlint/maintenance.py.orig	2023-05-08 16:34:58 UTC
+--- src/cfnlint/maintenance.py.orig	2026-04-29 17:17:46 UTC
 +++ src/cfnlint/maintenance.py
-@@ -226,9 +226,8 @@ def update_documentation(rules):
+@@ -99,9 +99,8 @@ def update_documentation(rules):
                  "../"
                  + subprocess.check_output(
                      [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f735e7.33a2f.621fbe05>