From b4e36246d5bfb81577a67358e1a9a605ab88198d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 12 Feb 2022 13:09:09 +0100 Subject: [PATCH] python3-ansible-lint: update to 5.4.0. --- srcpkgs/python3-ansible-lint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index ba1e9cd92ac9..78d31ea90639 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=5.3.2 +version=5.4.0 revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-pep517 @@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/ansible-community/ansible-lint" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=9ba886db4c44e59360bc8d668f0beae6193c0a1fcbb9e76127000ca3aced7c28 +checksum=2160a60b4ab034c04006d701a1779340ffb0f6e28f030ff8de958e1062a88962 # Tests are currently broken for ansible on python 3.10 # See https://github.com/ansible/ansible/issues/74658 # and https://github.com/ansible/ansible/issues/74660