Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=v6MG/V/g; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Dqd4tTgh Received: by mail.netbsd.org (Postfix, from userid 605) id 6862184F53; Wed, 1 May 2024 12:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714567829; bh=oAydAW4J6xSwn3n1MkH6Ug+sdWKpiHQ0yRImptcrTJM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=v6MG/V/gKBjPuIMOLTlE+uUtE8Z00ilerHqyyZ1cKPXA7wfdJtQ4SSERi03GYyT4Z ZqV1lHliFRV1aJOVD9N6+ZMzDYQCSEJwXLp+9p9fQG/NMpoInfSVjWnLu4R+yKpLw4 Zf74MNBO3JoMNMerjFzI2+ZWQd6INgYbmdKdKuvk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52CB984E91 for ; Wed, 1 May 2024 12:50:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 EyuUBzPLRhdc for ; Wed, 1 May 2024 12:50:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AF7B884CF4 for ; Wed, 1 May 2024 12:50:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714567827; bh=oAydAW4J6xSwn3n1MkH6Ug+sdWKpiHQ0yRImptcrTJM=; h=Date:From:Subject:To:Reply-To; b=Dqd4tTghoMKqzRfPGULdzEP73brOtGFS88mYKr2h3YuY8bqjpjliEk9leKibHEb6I WnPEfxfMd2u8nYPvHpCHvPa6AO646KVKBiTcz7BkGqFcCQU+RqeLDG6+0LNCPhRdfF 5Lodz9yDeAX5qhoFsySOxHUMlaRn0MW8J92EtpHo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BBDAFA2C; Wed, 1 May 2024 12:50:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714567827274580" MIME-Version: 1.0 Date: Wed, 1 May 2024 12:50:27 +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: <20240501125027.9BBDAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714567827274580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 1 12:50:27 UTC 2024 Modified Files: pkgsrc/sysutils/ansible-lint: Makefile distinfo Log Message: ansible-lint: updated to 24.2.3 v24.2.3 Bugfixes Make ignore_unreachable accept jinja templates Make fix more resilient to syntax-check errors Don't inject CWD parent into PATH Do not assume working_directory is github.workspace Fix yaml rules being included regardless of tags Allow jinja2 expression for choices field Update order schema to work with jinja template Fix KeyError on key-order rule with blocks Avoid running get_app more than once Avoid NameError if there is no notify keyword to update Add AstraLinux platform identification To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/sysutils/ansible-lint/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/ansible-lint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714567827274580 Content-Disposition: inline Content-Length: 1663 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.52 pkgsrc/sysutils/ansible-lint/Makefile:1.53 --- pkgsrc/sysutils/ansible-lint/Makefile:1.52 Wed Apr 10 08:04:59 2024 +++ pkgsrc/sysutils/ansible-lint/Makefile Wed May 1 12:50:27 2024 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2024/04/10 08:04:59 adam Exp $ +# $NetBSD: Makefile,v 1.53 2024/05/01 12:50:27 adam Exp $ -DISTNAME= ansible-lint-24.2.2 +DISTNAME= ansible_lint-24.2.3 +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.46 pkgsrc/sysutils/ansible-lint/distinfo:1.47 --- pkgsrc/sysutils/ansible-lint/distinfo:1.46 Wed Apr 10 08:04:59 2024 +++ pkgsrc/sysutils/ansible-lint/distinfo Wed May 1 12:50:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.46 2024/04/10 08:04:59 adam Exp $ +$NetBSD: distinfo,v 1.47 2024/05/01 12:50:27 adam Exp $ -BLAKE2s (ansible-lint-24.2.2.tar.gz) = 4079ae13e8413b47b715fc202d93391cbd705b34ea7eb89deddbcbe264ccf52c -SHA512 (ansible-lint-24.2.2.tar.gz) = 3de6b14e4b64ba577abcb67920a45dbf45fedb84e21091cd6a29e3c52a7a91555a152ee3e265624aafbf9dddba96d04241c2598a18f2103ce2cae48706142446 -Size (ansible-lint-24.2.2.tar.gz) = 515822 bytes +BLAKE2s (ansible_lint-24.2.3.tar.gz) = 192dd33d3bdf713de1e44e24de3041266f9909d91a26d7765cf64526d342b3af +SHA512 (ansible_lint-24.2.3.tar.gz) = 65d221ef0d64692d1af3fb099a65d2326f7736e8890ef8aae885f341ae6be4d9021c89332ba44b1fc65fc74a815deaaf48e2941ab988e6e464ba45dc540ac6dc +Size (ansible_lint-24.2.3.tar.gz) = 517045 bytes --_----------=_1714567827274580--