python3-ansible-lint: update to 5.4.0.
This commit is contained in:
parent
79cc7d93de
commit
30f0422a09
1 changed files with 2 additions and 2 deletions
|
@ -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=5.3.2
|
version=5.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python3-/}-${version}"
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ansible-community/ansible-lint"
|
homepage="https://github.com/ansible-community/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=9ba886db4c44e59360bc8d668f0beae6193c0a1fcbb9e76127000ca3aced7c28
|
checksum=2160a60b4ab034c04006d701a1779340ffb0f6e28f030ff8de958e1062a88962
|
||||||
# Tests are currently broken for ansible on python 3.10
|
# Tests are currently broken for ansible on python 3.10
|
||||||
# See https://github.com/ansible/ansible/issues/74658
|
# See https://github.com/ansible/ansible/issues/74658
|
||||||
# and https://github.com/ansible/ansible/issues/74660
|
# and https://github.com/ansible/ansible/issues/74660
|
||||||
|
|
Loading…
Reference in a new issue