ansible: update to 5.4.0.

This commit is contained in:
Jan Christian Grünhage 2022-03-15 11:35:33 +01:00 committed by Leah Neukirchen
parent 28c547e96b
commit 76755c1360

View file

@ -1,6 +1,6 @@
# Template file for 'ansible'
pkgname=ansible
version=5.3.0
version=5.4.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
checksum=50020dab43f6c59debdeb57f45c90ec6db78d4fa574edc6d75bc52e05cbd3639
checksum=2f0ecbd8a3232e520bf3e3bc23f40dda60b9ce7924ca194bd35f4de4027100fc
# 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