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: Sun Apr 23 10:13:53 UTC 2023
Modified Files:
pkgsrc/sysutils/ansible-lint: Makefile distinfo
Log Message:
ansible-lint: update to 6.15.0
v6.15.0
Minor Changes
Add ability to auto-fix fcqn rule violations
Document how to avoid vault related errors
Require at least one known subfolder for roles
Bugfixes
Ensure that JSON output does not contain newlines
Improve description of task names
Fix config path detection logic
Improve tests related to vault processing
Avoid running args rule if we encounter a windows module
Ensure non zero exit code when no files are linted
Refactor exit codes to use an enum
Ensure profile rules do not have experimental or opt-in tag
Change logging to use rich output
Refactor project root directory detection code
Remove flake8 and pyupgrade
Extend ruff checks
Send GHA annotations to stderr
Fix Schema validation for variables in tasks/vars directory
Recognize ansible collections installed at system level
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/sysutils/ansible-lint/Makefile:1.32
--- pkgsrc/sysutils/ansible-lint/Makefile:1.31 Thu Apr 13 14:28:32 2023
+++ pkgsrc/sysutils/ansible-lint/Makefile Sun Apr 23 10:13:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/04/13 14:28:32 adam Exp $
+# $NetBSD: Makefile,v 1.32 2023/04/23 10:13:53 adam Exp $
-DISTNAME= ansible-lint-6.14.6
+DISTNAME= ansible-lint-6.15.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.
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
-DEPENDS+= ${PYPKGPREFIX}-yamllint>=1.26.3:../../textproc/py-yamllint
+DEPENDS+= ${PYPKGPREFIX}-yamllint>=1.30.0:../../textproc/py-yamllint
USE_LANGUAGES= # none
Index: pkgsrc/sysutils/ansible-lint/distinfo
diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.28 pkgsrc/sysutils/ansible-lint/distinfo:1.29
--- pkgsrc/sysutils/ansible-lint/distinfo:1.28 Thu Apr 13 14:28:32 2023
+++ pkgsrc/sysutils/ansible-lint/distinfo Sun Apr 23 10:13:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2023/04/13 14:28:32 adam Exp $
+$NetBSD: distinfo,v 1.29 2023/04/23 10:13:53 adam Exp $
-BLAKE2s (ansible-lint-6.14.6.tar.gz) = c1211f1a7ba32f016d32efe9489d431c26299b08ec4e0f92b73d2c98f2be2732
-SHA512 (ansible-lint-6.14.6.tar.gz) = dac9a089db2d2fe7b25f273b746571175d3ec974dbdf14d65cc10be83464f1ae88361d9e445d8687c011f817597fc4ca8d7501d192c6c529d9ec48997af8df7c
-Size (ansible-lint-6.14.6.tar.gz) = 475624 bytes
+BLAKE2s (ansible-lint-6.15.0.tar.gz) = 8a1c623f2242835e4d8d1ba49475f12e7b5c96aed3cb985a908b9d819e82aee4
+SHA512 (ansible-lint-6.15.0.tar.gz) = 9773291963505cfd4f437d11af97f2552b0f4ac4b9b13c194a17434252d9b0a833dfde96d2b9e51eedfc745a8faf0f16db4633b36e28ac4c9adee7a5070dea30
+Size (ansible-lint-6.15.0.tar.gz) = 478067 bytes
Home |
Main Index |
Thread Index |
Old Index