pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ansible-lint



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 28 06:57:02 UTC 2023

Modified Files:
        pkgsrc/sysutils/ansible-lint: Makefile distinfo

Log Message:
ansible-lint: updated to 6.20.0

v6.20.0

Minor Changes

Respect cgroup CPU limits when running inside containers
Rename --write option to --fix
Add auto-fixing implementation for no-free-form rule
Add auto-fixing implementation for partial-become rule
Add auto-fixing implementation for no-jinja-when rule

Bugfixes

Fix the detection of role vars missing role prefix
Clarify auto-fix arguments use
Avoid IndexError exception with jinja transform
Fix docs typo
Add /bin/bash executable to example correct code for pipefail rule
Properly avoid pipx venv path to be included in altered path warning
Fix transform exception with local_action with old syntax
Support only_upgrade

v6.19.0

Minor Changes

Add auto transform for no-log-password rule
Add auto-fixing implementation for key-order[task] rule
Add auto-fixing implementation for jinja[spacing] rule
Make schema validation messages more explicit
Transform for deprecated-local-action rule

Bugfixes

Require ansible-compat>=4.1.10
Skip altered path warning for ansible-lint installed by pipx
Update transform for key-order rule
Allow installation of pre-release collection version as dependencies
Avoid deprecated-bare-vars false positive with file paths
Limit sequence-of-sequence indents to a single space
Avoid no-handlers false positives
Add missing word to risky-shell-pipe docs
Avoid yamllint truthy violations with github workflows
Avoid false positive with var-name rule on roles
Include links to documentation for schema validation errors
Schema update
Use yaml.load_all for multiple yaml document
Ignore user configured value for any_unparsed_is_failed
Update rulebook schema


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/ansible-lint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible-lint/Makefile
diff -u pkgsrc/sysutils/ansible-lint/Makefile:1.41 pkgsrc/sysutils/ansible-lint/Makefile:1.42
--- pkgsrc/sysutils/ansible-lint/Makefile:1.41  Wed Aug 23 15:28:25 2023
+++ pkgsrc/sysutils/ansible-lint/Makefile       Thu Sep 28 06:57:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/08/23 15:28:25 adam Exp $
+# $NetBSD: Makefile,v 1.42 2023/09/28 06:57:02 adam Exp $
 
-DISTNAME=      ansible-lint-6.18.0
+DISTNAME=      ansible-lint-6.20.0
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-lint/}
 
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v3 AND mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.5:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ansible-core>=2.12.0:../../sysutils/ansible-core
-DEPENDS+=      ${PYPKGPREFIX}-ansible-compat>=4.0.5:../../sysutils/py-ansible-compat
+DEPENDS+=      ${PYPKGPREFIX}-ansible-compat>=4.1.10:../../sysutils/py-ansible-compat
 DEPENDS+=      ${PYPKGPREFIX}-black>=22.8.0:../../textproc/py-black
 DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.3.0:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.10.0:../../textproc/py-jsonschema

Index: pkgsrc/sysutils/ansible-lint/distinfo
diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.36 pkgsrc/sysutils/ansible-lint/distinfo:1.37
--- pkgsrc/sysutils/ansible-lint/distinfo:1.36  Wed Aug 23 15:28:25 2023
+++ pkgsrc/sysutils/ansible-lint/distinfo       Thu Sep 28 06:57:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/08/23 15:28:25 adam Exp $
+$NetBSD: distinfo,v 1.37 2023/09/28 06:57:02 adam Exp $
 
-BLAKE2s (ansible-lint-6.18.0.tar.gz) = 3e75658a6134598aa7e0515d8c9ad7f93e5ba2ec5b9b06a0b1d17be10c2a6515
-SHA512 (ansible-lint-6.18.0.tar.gz) = 10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
-Size (ansible-lint-6.18.0.tar.gz) = 485342 bytes
+BLAKE2s (ansible-lint-6.20.0.tar.gz) = c80fc122cceb51af448ea7ab90d99c544f4ab669bb6c01a19b149c1c49b6465a
+SHA512 (ansible-lint-6.20.0.tar.gz) = 4e7ed61baabc755d38db89f797808114598d2838419668423baf1080f1ae58cc862310024b631ce4b03bd268fa17051a5d78f3ba4cd3a31d8b5f5f0e4ec5c003
+Size (ansible-lint-6.20.0.tar.gz) = 498522 bytes



Home | Main Index | Thread Index | Old Index