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:           Mon May 22 07:39:00 UTC 2023

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

Log Message:
ansible-lint: updated to 6.16.2

v6.16.2

Bugfixes

Update test dependencies
Fix and document installing of requirements.yml files
Do not ever exclude files given as arguments
Ensure we return error if argument gives are not present
Allow rules to expose all tags they can produce
Enable var-name rule to detect read-only variables
Add Oracle Enterprise Linux 7.*
Fix for var-naming rule to not break on include_tasks and vars
var-naming now prevents use of Ansible reserved names
Ensure that we also lint files from git submodules
Adding 2.16 to the list of allowed ansible-core versions in meta-runtime rule


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/ansible-lint/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/sysutils/ansible-lint/Makefile:1.35
--- pkgsrc/sysutils/ansible-lint/Makefile:1.34  Thu May 18 13:07:26 2023
+++ pkgsrc/sysutils/ansible-lint/Makefile       Mon May 22 07:39:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/05/18 13:07:26 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/05/22 07:39:00 adam Exp $
 
-DISTNAME=      ansible-lint-6.16.1
+DISTNAME=      ansible-lint-6.16.2
 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.31 pkgsrc/sysutils/ansible-lint/distinfo:1.32
--- pkgsrc/sysutils/ansible-lint/distinfo:1.31  Thu May 18 13:07:26 2023
+++ pkgsrc/sysutils/ansible-lint/distinfo       Mon May 22 07:39:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/05/18 13:07:26 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/05/22 07:39:00 adam Exp $
 
-BLAKE2s (ansible-lint-6.16.1.tar.gz) = 9eb99f5eb327d55461755903efcd5afd21ac217c096e5a74aac6a616d9b5f938
-SHA512 (ansible-lint-6.16.1.tar.gz) = 133ccfbc674c8b960d5ca21254e4456f2a7408e26e6c4c7390891a8cd4321da45520d7519ada6ac49a5b67cb6c43d7f8d4ccce912f95b533172c0c01ab42acf7
-Size (ansible-lint-6.16.1.tar.gz) = 483996 bytes
+BLAKE2s (ansible-lint-6.16.2.tar.gz) = b7016e70f6891093cb08896ea73611a6da08071fefcf46232790c6a67cf4a8ed
+SHA512 (ansible-lint-6.16.2.tar.gz) = b2e79b6941d702e4281a08874bb0b90f1450275c1cc0f6bdce6065231545bec202e1e0d7a4d836abd5250d292f5b31319914f258e7296cdd3fcb2e341f81d96d
+Size (ansible-lint-6.16.2.tar.gz) = 487093 bytes



Home | Main Index | Thread Index | Old Index