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: Wed Aug 23 15:28:25 UTC 2023
Modified Files:
pkgsrc/sysutils/ansible-lint: Makefile PLIST distinfo
Log Message:
ansible-lint: updated to 6.18.0
v6.18.0
Minor Changes
Limit the maximum block depth
Transform functionality for command_instead_of_shell
Add rule to check the number of tasks
Bugfixes
Clarify loop-var-prefix rule and code snippet
Update version_added for complexity rule
Ensure that single space between tasks is preserved when using --write
Update ansible-compat used for testing
Document yaml[line-length] rule
Prevent use of spdx-tools 0.8.0 due to breaking changes
fixes dead marketplace link
Improve profile information on summary line
command-instead-of-module: allow git rev-parse
Include filepaths starting from $HOME in lintables
Update _mockings.py to fix bug
Allow to set gather_facts as templated boolean
Add dependency version check for collection metadata
Fix installation of dependencies when run as an action
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/ansible-lint/PLIST
cvs rdiff -u -r1.35 -r1.36 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.40 pkgsrc/sysutils/ansible-lint/Makefile:1.41
--- pkgsrc/sysutils/ansible-lint/Makefile:1.40 Mon Aug 14 05:25:13 2023
+++ pkgsrc/sysutils/ansible-lint/Makefile Wed Aug 23 15:28:25 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2023/08/14 05:25:13 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2023/08/23 15:28:25 adam Exp $
-DISTNAME= ansible-lint-6.17.2
-PKGREVISION= 1
+DISTNAME= ansible-lint-6.18.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/}
@@ -18,7 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-black>=22.8.0:.
DEPENDS+= ${PYPKGPREFIX}-filelock>=3.3.0:../../devel/py-filelock
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.10.0:../../textproc/py-jsonschema
DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.9.0:../../devel/py-pathspec
+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}-subprocess-tee>=0.4.1:../../sysutils/py-subprocess-tee
@@ -28,7 +28,7 @@ DEPENDS+= ${PYPKGPREFIX}-yamllint>=1.30.
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38 # ansible
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/ansible-lint/PLIST
diff -u pkgsrc/sysutils/ansible-lint/PLIST:1.20 pkgsrc/sysutils/ansible-lint/PLIST:1.21
--- pkgsrc/sysutils/ansible-lint/PLIST:1.20 Tue Jun 6 13:13:33 2023
+++ pkgsrc/sysutils/ansible-lint/PLIST Wed Aug 23 15:28:25 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/06/06 13:13:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2023/08/23 15:28:25 adam Exp $
bin/ansible-lint
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
@@ -63,6 +63,9 @@ ${PYSITELIB}/ansiblelint/rules/command_i
${PYSITELIB}/ansiblelint/rules/command_instead_of_shell.md
${PYSITELIB}/ansiblelint/rules/command_instead_of_shell.py
${PYSITELIB}/ansiblelint/rules/command_instead_of_shell.pyc
+${PYSITELIB}/ansiblelint/rules/complexity.md
+${PYSITELIB}/ansiblelint/rules/complexity.py
+${PYSITELIB}/ansiblelint/rules/complexity.pyc
${PYSITELIB}/ansiblelint/rules/conftest.py
${PYSITELIB}/ansiblelint/rules/conftest.pyc
${PYSITELIB}/ansiblelint/rules/custom/__init__.py
Index: pkgsrc/sysutils/ansible-lint/distinfo
diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.35 pkgsrc/sysutils/ansible-lint/distinfo:1.36
--- pkgsrc/sysutils/ansible-lint/distinfo:1.35 Mon Jun 26 16:18:36 2023
+++ pkgsrc/sysutils/ansible-lint/distinfo Wed Aug 23 15:28:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/06/26 16:18:36 adam Exp $
+$NetBSD: distinfo,v 1.36 2023/08/23 15:28:25 adam Exp $
-BLAKE2s (ansible-lint-6.17.2.tar.gz) = 24ff94699a468d3b78a38681845e73c661d069edcc1a3fcc1d8d251f72c6b065
-SHA512 (ansible-lint-6.17.2.tar.gz) = 109df229281b3a20b88af125cf1833dc7cb9eb1000470b085e2ca401d87cbac6a64daddb76216fe0f70fc2088f2a5ea6042ab281c7b3d405e59ec2686e1b7e3b
-Size (ansible-lint-6.17.2.tar.gz) = 480923 bytes
+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
Home |
Main Index |
Thread Index |
Old Index