From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:24:31 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37B7F6B21F9; Tue, 21 Sep 2021 03:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6H310xgz4bld; Tue, 21 Sep 2021 03:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0230F1C9A5; Tue, 21 Sep 2021 03:24:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3OUU1080400; Tue, 21 Sep 2021 03:24:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3OUjO080399; Tue, 21 Sep 2021 03:24:30 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:24:30 GMT Message-Id: <202109210324.18L3OUjO080399@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 418d4b4d0f07 - main - devel/py-cfn-lint: Update to 0.53.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 418d4b4d0f070721a17ce3cfb62b1f31e2c63624 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:24:31 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=418d4b4d0f070721a17ce3cfb62b1f31e2c63624 commit 418d4b4d0f070721a17ce3cfb62b1f31e2c63624 Author: Wen Heping AuthorDate: 2021-09-21 03:22:24 +0000 Commit: Wen Heping CommitDate: 2021-09-21 03:22:24 +0000 devel/py-cfn-lint: Update to 0.53.0 Update DEPENDS Limit python version to 3.6-3.9 PR: 258144 Reported by: nork@ninth-nine.com(maintainer) --- devel/py-cfn-lint/Makefile | 14 ++++++++------ devel/py-cfn-lint/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile index 6952675dfcf5..10a080980c40 100644 --- a/devel/py-cfn-lint/Makefile +++ b/devel/py-cfn-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= cfn-lint -PORTVERSION= 0.27.1 +PORTVERSION= 0.53.0 CATEGORIES= devel python textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,15 +10,17 @@ COMMENT= AWS CloudFormation Linter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.19.1:devel/py-aws-sam-translator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.38.0:devel/py-aws-sam-translator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=2.4:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR} -py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.0.2:devel/py-importlib-resources@${PY_FLAVOR} +py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.4:devel/py-importlib-resources@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-cfn-lint/distinfo b/devel/py-cfn-lint/distinfo index f48eead90b33..68c403c32a78 100644 --- a/devel/py-cfn-lint/distinfo +++ b/devel/py-cfn-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579689578 -SHA256 (cfn-lint-0.27.1.tar.gz) = 9e74d4a59ca7c5a9850ae0628b65e91638de3254eb61ec2c5947f1358c367cda -SIZE (cfn-lint-0.27.1.tar.gz) = 2886764 +TIMESTAMP = 1632014694 +SHA256 (cfn-lint-0.53.0.tar.gz) = b7f5964842f7a44c5af9c61d64308dc4bcb718cf5de5428781d5564e9663463d +SIZE (cfn-lint-0.53.0.tar.gz) = 6594211