python3-ansible-lint: update to 6.9.1.
This commit is contained in:
parent
4f203bbc74
commit
b3f2d9ca71
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ansible-lint'
|
# Template file for 'python3-ansible-lint'
|
||||||
pkgname=python3-ansible-lint
|
pkgname=python3-ansible-lint
|
||||||
version=6.9.0
|
version=6.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="dist/ansible_lint-*-*-*-*.whl"
|
make_install_target="dist/ansible_lint-*-*-*-*.whl"
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/ansible/ansible-lint"
|
homepage="https://github.com/ansible/ansible-lint"
|
||||||
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
||||||
checksum=14ef919920c4acc980547ded0bd423a7a27a0b2327738e593343f446f3b126c6
|
checksum=4c85f0d61700042cab964dd7bdc9227137ba5490249f705acfd9de46eb00a07f
|
||||||
# cba anymore, the list of failing tests changes with every update
|
# cba anymore, the list of failing tests changes with every update
|
||||||
make_check="no"
|
make_check="no"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue