Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEB5785055 for ; Thu, 26 Oct 2023 16:08:27 +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 4KT58rzcDlC6 for ; Thu, 26 Oct 2023 16:08:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2889184DA5 for ; Thu, 26 Oct 2023 16:08:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22403FADC; Thu, 26 Oct 2023 16:08:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169833650716360" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 16:08:27 +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: <20231026160827.22403FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169833650716360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 26 16:08:27 UTC 2023 Modified Files: pkgsrc/sysutils/ansible-lint: Makefile distinfo Log Message: ansible-lint: updated to 6.21.1 v6.21.1 Bugfixes Avoid exception caused by accidental unloading of core rules Document pre-commit access to ansible community bundle Fix bug with auto-fix ending too soon v6.21.0 Minor Changes Allow linting plugin EXAMPLES as playbooks Bugfixes Add support for Rocky Update supported Ubuntu versions in meta.json Avoid false positives for handler in roles handlers directory Hide stacktrace when loading invalid yaml Add some platforms to meta.json Temporary avoid auto-fixing YAML files not owned by ansible Add environment variable for skipping schema update Avoid creating temporary YAML files inside source tree Document environment variables Update schemas Support complex requirements in argument_specs.yml Fix SARIF-formatter severity levels Add play level autofix for key-order rule Add support for python 3.12 Update SPDX license list Use checkout action in install docs Fix actions-tagger arguments To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/ansible-lint/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/sysutils/ansible-lint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169833650716360 Content-Disposition: inline Content-Length: 1634 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.44 pkgsrc/sysutils/ansible-lint/Makefile:1.45 --- pkgsrc/sysutils/ansible-lint/Makefile:1.44 Fri Oct 6 13:46:49 2023 +++ pkgsrc/sysutils/ansible-lint/Makefile Thu Oct 26 16:08:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/10/06 13:46:49 adam Exp $ +# $NetBSD: Makefile,v 1.45 2023/10/26 16:08:26 adam Exp $ -DISTNAME= ansible-lint-6.20.3 +DISTNAME= ansible-lint-6.21.1 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} Index: pkgsrc/sysutils/ansible-lint/distinfo diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.39 pkgsrc/sysutils/ansible-lint/distinfo:1.40 --- pkgsrc/sysutils/ansible-lint/distinfo:1.39 Fri Oct 6 13:46:49 2023 +++ pkgsrc/sysutils/ansible-lint/distinfo Thu Oct 26 16:08:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2023/10/06 13:46:49 adam Exp $ +$NetBSD: distinfo,v 1.40 2023/10/26 16:08:26 adam Exp $ -BLAKE2s (ansible-lint-6.20.3.tar.gz) = 7fa69d7e161856a608f4fffb713ede3d684af1af5192686a589da549172b24b7 -SHA512 (ansible-lint-6.20.3.tar.gz) = fa5be67960478b0c93c18259239b192dc8ca06426e9dbb66a102eab1b37e5ea60c46cfbbc4304bc458312ce3ae95c52b14a5e6582073d266d6b325d19417a875 -Size (ansible-lint-6.20.3.tar.gz) = 502540 bytes +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 --_----------=_169833650716360--