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 Aug 10 08:58:51 UTC 2025

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

Log Message:
ansible-lint: updated to 25.7.0

25.7.0

Enhancements

Use 'x-ansible-lint' key for path patterns in schema tests
Address disable_lookups deprecation with ansible-core 2.19
Add auto-fixing implementation for pattern rule
Remove patterns specific playbook meta folder
Allow loading of yamllint config from a different location
Add new rule to validate pattern directory structure
Add play argspec schema validation to schema rule
Add schema check for validating pattern specification file
Enable testing with python 3.14

Bugfixes

Check for gh_action_ref explicitly and document GHA inputs
jinja spacing warning line-endings
Handle lookup templating checks with ASTs
Fix var-naming[no-role-prefix] rule incorrectly applying to role variables
schema: add missing subset 'systemd' to gather_subset
Fix typos in --list-tags help text
Avoid import errors from filters when running in nodeps mode

Maintenance

packit: reformat, remove deprecated syntax and try merge queue
Remove patch report from codecov
Improve cspell configuration
Update test deps


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.63 -r1.64 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.71 pkgsrc/sysutils/ansible-lint/Makefile:1.72
--- pkgsrc/sysutils/ansible-lint/Makefile:1.71  Mon Jun 30 19:06:30 2025
+++ pkgsrc/sysutils/ansible-lint/Makefile       Sun Aug 10 08:58:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2025/06/30 19:06:30 adam Exp $
+# $NetBSD: Makefile,v 1.72 2025/08/10 08:58:51 adam Exp $
 
-DISTNAME=      ansible_lint-25.6.1
+DISTNAME=      ansible_lint-25.7.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/ansible-lint/}

Index: pkgsrc/sysutils/ansible-lint/distinfo
diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.63 pkgsrc/sysutils/ansible-lint/distinfo:1.64
--- pkgsrc/sysutils/ansible-lint/distinfo:1.63  Mon Jun 30 19:06:30 2025
+++ pkgsrc/sysutils/ansible-lint/distinfo       Sun Aug 10 08:58:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2025/06/30 19:06:30 adam Exp $
+$NetBSD: distinfo,v 1.64 2025/08/10 08:58:51 adam Exp $
 
-BLAKE2s (ansible_lint-25.6.1.tar.gz) = cbef636cdef0541aa8cc1e1c2b7fa21180d6f5d1b316a9fe1520cb64b803cbe1
-SHA512 (ansible_lint-25.6.1.tar.gz) = 4084373aed18b7092203faf1a2b2306b793249bc8a1be2c1dbeaf42a1c36361c8bf681b11bf1ab708aff8555e39c39be216d182fa3467eb8f473643e7f6b7adc
-Size (ansible_lint-25.6.1.tar.gz) = 559349 bytes
+BLAKE2s (ansible_lint-25.7.0.tar.gz) = dc3f945f197c6e13e2cc3f37444c3c62a532951f1c57706662da48e3b111ead4
+SHA512 (ansible_lint-25.7.0.tar.gz) = 5126ae8fdbfe9eb3d7789e38a542dba5953891ba7493ee5efe05a9ef10df58de9bae7bec7c29907b6796148b2bc30073e52323348896be2b692f12929cf63903
+Size (ansible_lint-25.7.0.tar.gz) = 577354 bytes



Home | Main Index | Thread Index | Old Index