Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B95D884EC2 for ; Fri, 17 Nov 2023 21:34:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fBmdOLvSqCIm for ; Fri, 17 Nov 2023 21:34:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E90984EBC for ; Fri, 17 Nov 2023 21:34:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28469FA3D; Fri, 17 Nov 2023 21:34:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700256849235350" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 21:34:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/ansible-lint To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231117213409.28469FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700256849235350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 17 21:34:09 UTC 2023 Modified Files: pkgsrc/sysutils/ansible-lint: Makefile distinfo Log Message: ansible-lint: updated to 6.22.0 v6.22.0 Minor Changes Enable YAML 1.2 support for non-ansible files Bugfixes Require ruamel.yaml >= 0.18.5 Improve logging regarding to yaml loading and dumping Avoid creating new load method in our custom formatter Support ruamel-yaml >= 0.18.2 To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/ansible-lint/Makefile cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/ansible-lint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700256849235350 Content-Disposition: inline Content-Length: 2257 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ansible-lint/Makefile diff -u pkgsrc/sysutils/ansible-lint/Makefile:1.46 pkgsrc/sysutils/ansible-lint/Makefile:1.47 --- pkgsrc/sysutils/ansible-lint/Makefile:1.46 Sat Oct 28 19:57:15 2023 +++ pkgsrc/sysutils/ansible-lint/Makefile Fri Nov 17 21:34:08 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2023/10/28 19:57:15 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2023/11/17 21:34:08 adam Exp $ -DISTNAME= ansible-lint-6.21.1 -PKGREVISION= 1 +DISTNAME= ansible-lint-6.22.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} @@ -21,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3 DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.3:../../devel/py-pathspec DEPENDS+= ${PYPKGPREFIX}-requests>=2.31.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich -DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.17.31:../../devel/py-ruamel-yaml +DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.18.5:../../devel/py-ruamel-yaml DEPENDS+= ${PYPKGPREFIX}-subprocess-tee>=0.4.1:../../sysutils/py-subprocess-tee DEPENDS+= ${PYPKGPREFIX}-wcmatch>=8.1.2:../../textproc/py-wcmatch DEPENDS+= ${PYPKGPREFIX}-yaml>=5.4.1:../../textproc/py-yaml Index: pkgsrc/sysutils/ansible-lint/distinfo diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.40 pkgsrc/sysutils/ansible-lint/distinfo:1.41 --- pkgsrc/sysutils/ansible-lint/distinfo:1.40 Thu Oct 26 16:08:26 2023 +++ pkgsrc/sysutils/ansible-lint/distinfo Fri Nov 17 21:34:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2023/10/26 16:08:26 adam Exp $ +$NetBSD: distinfo,v 1.41 2023/11/17 21:34:08 adam Exp $ -BLAKE2s (ansible-lint-6.21.1.tar.gz) = f246b904c26690df129e4b78e984d4cce9cd96aebcdc9d7494b3700394312446 -SHA512 (ansible-lint-6.21.1.tar.gz) = 538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e -Size (ansible-lint-6.21.1.tar.gz) = 508487 bytes +BLAKE2s (ansible-lint-6.22.0.tar.gz) = 2cd21ed21d901c0e2ccf401ddf222b4041125697b01de7b050cbb401a8bc5511 +SHA512 (ansible-lint-6.22.0.tar.gz) = 6db9ab165a3bff6e6d4ac92a77c5cdf1aea288bfde081dee1f9357bbe585812804845a0818f569162ba4739f9a860aacdea29d8b85048a46e154c09d3d65bb3a +Size (ansible-lint-6.22.0.tar.gz) = 509298 bytes --_----------=_1700256849235350--