From 05998a7516ca1600e257f239625ac425e72f9814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 24 Aug 2022 12:42:46 +0200 Subject: [PATCH] python3-ansible-lint: update to 6.5.0. --- srcpkgs/python3-ansible-lint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index a34c858ba776..6a383841f6cc 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,6 +1,6 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint -version=6.4.0 +version=6.5.0 revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-pep517 @@ -40,7 +40,7 @@ depends="ansible-core python3-yamllint python3-six python3-yaml python3-ansible-compat python3-jsonschema" checkdepends="${depends} python3-pytest black python3-flake8 python3-flaky python3-mypy pylint python3-pytest-cov python3-pytest-xdist - python3-pytest-forked" + python3-pytest-forked python3-filelock" short_desc="Linter for Ansible files" maintainer="Jan Christian Grünhage " # Note about licensing from upstream: @@ -51,7 +51,7 @@ maintainer="Jan Christian Grünhage " license="GPL-3.0-only" homepage="https://github.com/ansible-community/ansible-lint" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=c5a76306cae906a260cf7286ca87c4d03ba4492b2ed7bfea21ad11fdf3c7e8d1 +checksum=5efc0d8dc67501f4ac550f84a4eaca1b25c94732ec3f8c8e63971a256c961282 make_check_pre="env PYTHONPATH=src" post_patch() {