Received: by mail.netbsd.org (Postfix, from userid 605) id 17DA784CFD; Wed, 10 May 2023 12:16:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4692284CEB for ; Wed, 10 May 2023 12:16:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dCMtBEYAbVhD for ; Wed, 10 May 2023 12:16:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5F66684C13 for ; Wed, 10 May 2023 12:16:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52F5CFA87; Wed, 10 May 2023 12:16:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683720997153810" MIME-Version: 1.0 Date: Wed, 10 May 2023 12:16:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/ansible-lint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230510121637.52F5CFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683720997153810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 10 12:16:37 UTC 2023 Modified Files: pkgsrc/sysutils/ansible-lint: Makefile PLIST distinfo Log Message: ansible-lint: updated to 6.16.0 v6.16.0 Minor Changes Capture python warnings and report some of them as matches Capture and hide ansible core warnings by default Remove progressive mode Enforce use of lineno variable name inside the library o Bugfixes Add Amazon Linux 2023 as a supported platform Capture python warnings and report some of them as matches Fix missing required arguments issue from args rule Change matchtask to receive a Task instance Require ruamel.yaml>=0.17.24 Avoid exception when trying to load invalid text files Fix ansible collection path detection ruff: Address FBT002 More pathlib adoption Avoid dropping comments on YAML transformation Correct docs on navigator schema location Fix changelog schema for connection plugins Migrate from os.path to pathlib Remove resolvelib from requirements lock Make cwd use pathlib ruff: Address PGH ruff: Address A ruff: Address B ruff: Address SLF ruff: Address SIM ruff: Address EXE ruff: Address BLE ruff: Address INP and PLW Add initial handling of submodules to contribution docs ruff: Address T and RET Find "changed" not only in first "when" condition ruff: fix S rule Make MatchError a dataclass Remove EM from ruff ignores Mock jinja filters to prevent templating errors Update schema files Add Fedora 38 to meta.json schema file Remove RUF from ruff ignores Remove G from ruff ignores Remove ISC from ruff ignores Remove C from ruff ignores Make linter configuration a dataclass Remove N from ruff ignores Remove useless . from additional_dependencies in pre-commit hook To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/ansible-lint/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ansible-lint/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/ansible-lint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683720997153810 Content-Disposition: inline Content-Length: 3476 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ansible-lint/Makefile diff -u pkgsrc/sysutils/ansible-lint/Makefile:1.32 pkgsrc/sysutils/ansible-lint/Makefile:1.33 --- pkgsrc/sysutils/ansible-lint/Makefile:1.32 Sun Apr 23 10:13:53 2023 +++ pkgsrc/sysutils/ansible-lint/Makefile Wed May 10 12:16:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/04/23 10:13:53 adam Exp $ +# $NetBSD: Makefile,v 1.33 2023/05/10 12:16:37 adam Exp $ -DISTNAME= ansible-lint-6.15.0 +DISTNAME= ansible-lint-6.16.0 CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible-lint/} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-filelock>=3.3.0 DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.10.0:../../textproc/py-jsonschema DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich -DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.17.21:../../devel/py-ruamel-yaml +DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.17.24:../../devel/py-ruamel-yaml 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 @@ -25,7 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-yamllint>=1.30. USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 38 # ansible +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 # ansible .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/ansible-lint/PLIST diff -u pkgsrc/sysutils/ansible-lint/PLIST:1.18 pkgsrc/sysutils/ansible-lint/PLIST:1.19 --- pkgsrc/sysutils/ansible-lint/PLIST:1.18 Thu Apr 13 14:28:32 2023 +++ pkgsrc/sysutils/ansible-lint/PLIST Wed May 10 12:16:37 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2023/04/13 14:28:32 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2023/05/10 12:16:37 adam Exp $ bin/ansible-lint ${PYSITELIB}/${WHEEL_INFODIR}/COPYING ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER @@ -43,6 +43,8 @@ ${PYSITELIB}/ansiblelint/_vendor/ansible ${PYSITELIB}/ansiblelint/_vendor/ansible_compat/runtime.pyc ${PYSITELIB}/ansiblelint/_vendor/ansible_compat/schema.py ${PYSITELIB}/ansiblelint/_vendor/ansible_compat/schema.pyc +${PYSITELIB}/ansiblelint/_vendor/ansible_compat/types.py +${PYSITELIB}/ansiblelint/_vendor/ansible_compat/types.pyc ${PYSITELIB}/ansiblelint/_version.py ${PYSITELIB}/ansiblelint/_version.pyc ${PYSITELIB}/ansiblelint/app.py Index: pkgsrc/sysutils/ansible-lint/distinfo diff -u pkgsrc/sysutils/ansible-lint/distinfo:1.29 pkgsrc/sysutils/ansible-lint/distinfo:1.30 --- pkgsrc/sysutils/ansible-lint/distinfo:1.29 Sun Apr 23 10:13:53 2023 +++ pkgsrc/sysutils/ansible-lint/distinfo Wed May 10 12:16:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2023/04/23 10:13:53 adam Exp $ +$NetBSD: distinfo,v 1.30 2023/05/10 12:16:37 adam Exp $ -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 +BLAKE2s (ansible-lint-6.16.0.tar.gz) = dac91437cd0efd5a2a4a50bbac615a0d7bc063b9455506448448e2ee20556973 +SHA512 (ansible-lint-6.16.0.tar.gz) = bae9d8493aa4fe931878ce2f7dcba34955df50fc57e6cf95636a9f765a7310e05c563d93563134011673a94f1e2ca1b8db36cc394578858942560ba774dc1c21 +Size (ansible-lint-6.16.0.tar.gz) = 481460 bytes --_----------=_1683720997153810--