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 Jul  1 07:50:30 UTC 2026

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

Log Message:
ansible-lint: updated to 26.6.0

26.6.0

Features

fix: ensure configuration errors are visible to user

Fixes

fix: bump cryptography minimum to >=46.0.6 and refresh lock file
fix: added setup-uv action version pinning to renovate config
fix: detect role roots in namespace subdirectories
fix(docs): remove mkdocstrings plugin to unblock docs CI
fix: suppress ruff PLW0717 to unblock renovate
Fix risky-shell-pipe false positive on multi-line Jinja
Fix: fix mock_modules generated stubs failing YAML/doc parsing
fix: support example format indicator, prevent ansible-lint from producing load-failure on valid non-YAML examples
fix: avoid name[casing] auto-fix crash on multi-segment prefixes
fix: preserve multi-hash comments on ansible-lint --fix
fix: preserve trailing blank lines when fqcn auto-fix renames a key
fix(security): update dependencies [SECURITY]
fix(ci): switch devel tests from py312 to py313
fix: ignore skip lookup across rules
chore: Add support for Fedora 44 in the meta schema
fix: ensure configuration errors are visible to user
fix: role argument spec: fix typo in attribute schema
fix: handle ignore.txt comments with '#' in them correctly
fix: Evaluate the exit code after applying the skipped rules from .ansible-lint-ignore
fix: Update stale rulebook schema to match upstream ansible-rulebook
fix: update _extends syntax for release-drafter v7 compatibility
fix(security): update dependencies [SECURITY] - abandoned
fix: update malformed block regex and bump pathspec upper bound


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/ansible-lint/PLIST
cvs rdiff -u -r1.75 -r1.76 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.84 pkgsrc/sysutils/ansible-lint/Makefile:1.85
--- pkgsrc/sysutils/ansible-lint/Makefile:1.84  Fri Apr 10 07:48:56 2026
+++ pkgsrc/sysutils/ansible-lint/Makefile       Wed Jul  1 07:50:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2026/04/10 07:48:56 adam Exp $
+# $NetBSD: Makefile,v 1.85 2026/07/01 07:50:30 adam Exp $
 
-DISTNAME=      ansible_lint-26.4.0
+DISTNAME=      ansible_lint-26.6.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-lint/}

Index: pkgsrc/sysutils/ansible-lint/PLIST
diff -u pkgsrc/sysutils/ansible-lint/PLIST:1.30 pkgsrc/sysutils/ansible-lint/PLIST:1.31
--- pkgsrc/sysutils/ansible-lint/PLIST:1.30     Mon Mar  9 12:50:06 2026
+++ pkgsrc/sysutils/ansible-lint/PLIST  Wed Jul  1 07:50:30 2026
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.30 2026/03/09 12:50:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/07/01 07:50:30 adam Exp $
 bin/ansible-lint
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/scm_file_list.json
+${PYSITELIB}/${WHEEL_INFODIR}/scm_version.json
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ansiblelint/__init__.py
 ${PYSITELIB}/ansiblelint/__init__.pyc

Index: pkgsrc/sysutils/ansible-lint/distinfo
diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.75 pkgsrc/sysutils/ansible-lint/distinfo:1.76
--- pkgsrc/sysutils/ansible-lint/distinfo:1.75  Fri Apr 10 07:48:56 2026
+++ pkgsrc/sysutils/ansible-lint/distinfo       Wed Jul  1 07:50:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.75 2026/04/10 07:48:56 adam Exp $
+$NetBSD: distinfo,v 1.76 2026/07/01 07:50:30 adam Exp $
 
-BLAKE2s (ansible_lint-26.4.0.tar.gz) = 1f1914261601a5d7107b79c11fb23611e18724ac62895dd04ab7f46476cb9af5
-SHA512 (ansible_lint-26.4.0.tar.gz) = deb31fcd856ac42fbd7e8ea6a21649c546cac32d626220c131502ef182754eb5b65efedcc4d85b1023e44d14df3485c4c7696986eb10da4ee13c6b7f0ff6e975
-Size (ansible_lint-26.4.0.tar.gz) = 736853 bytes
+BLAKE2s (ansible_lint-26.6.0.tar.gz) = 78764eb34c12a833c53433c25c9cd98654d422bfaecf70f01b094505e2eace91
+SHA512 (ansible_lint-26.6.0.tar.gz) = f1261cac89f0ed66f97a5c9cbaa36a3cc6d408d5ad8ade375f08eb002056277275812fa1a8a286195610959658d001c90638eaf84c9a29138f7bee9bdfe4c7dc
+Size (ansible_lint-26.6.0.tar.gz) = 767696 bytes



Home | Main Index | Thread Index | Old Index