Thu Oct 26 16:08:27 2023 UTC ()
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


(adam)
diff -r1.44 -r1.45 pkgsrc/sysutils/ansible-lint/Makefile
diff -r1.39 -r1.40 pkgsrc/sysutils/ansible-lint/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/sysutils/ansible-lint/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ansible-lint/Makefile 2023/10/06 13:46:49 1.44
+++ pkgsrc/sysutils/ansible-lint/Makefile 2023/10/26 16:08:26 1.45
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2023/10/06 13:46:49 adam Exp $ 1# $NetBSD: Makefile,v 1.45 2023/10/26 16:08:26 adam Exp $
2 2
3DISTNAME= ansible-lint-6.20.3 3DISTNAME= ansible-lint-6.21.1
4CATEGORIES= sysutils python 4CATEGORIES= sysutils python
5MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://ansible-lint.readthedocs.io/ 8HOMEPAGE= https://ansible-lint.readthedocs.io/
9COMMENT= Checks playbooks for practices and behaviour that could be improved 9COMMENT= Checks playbooks for practices and behaviour that could be improved
10LICENSE= gnu-gpl-v3 AND mit 10LICENSE= gnu-gpl-v3 AND mit
11 11
12TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm 12TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
14DEPENDS+= ansible-core>=2.12.0:../../sysutils/ansible-core 14DEPENDS+= ansible-core>=2.12.0:../../sysutils/ansible-core
15DEPENDS+= ${PYPKGPREFIX}-ansible-compat>=4.1.10:../../sysutils/py-ansible-compat 15DEPENDS+= ${PYPKGPREFIX}-ansible-compat>=4.1.10:../../sysutils/py-ansible-compat
16DEPENDS+= ${PYPKGPREFIX}-black>=22.8.0:../../textproc/py-black 16DEPENDS+= ${PYPKGPREFIX}-black>=22.8.0:../../textproc/py-black

cvs diff -r1.39 -r1.40 pkgsrc/sysutils/ansible-lint/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/ansible-lint/distinfo 2023/10/06 13:46:49 1.39
+++ pkgsrc/sysutils/ansible-lint/distinfo 2023/10/26 16:08:26 1.40
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.39 2023/10/06 13:46:49 adam Exp $ 1$NetBSD: distinfo,v 1.40 2023/10/26 16:08:26 adam Exp $
2 2
3BLAKE2s (ansible-lint-6.20.3.tar.gz) = 7fa69d7e161856a608f4fffb713ede3d684af1af5192686a589da549172b24b7 3BLAKE2s (ansible-lint-6.21.1.tar.gz) = f246b904c26690df129e4b78e984d4cce9cd96aebcdc9d7494b3700394312446
4SHA512 (ansible-lint-6.20.3.tar.gz) = fa5be67960478b0c93c18259239b192dc8ca06426e9dbb66a102eab1b37e5ea60c46cfbbc4304bc458312ce3ae95c52b14a5e6582073d266d6b325d19417a875 4SHA512 (ansible-lint-6.21.1.tar.gz) = 538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
5Size (ansible-lint-6.20.3.tar.gz) = 502540 bytes 5Size (ansible-lint-6.21.1.tar.gz) = 508487 bytes