ansible-core: update to 2.11.2.
This commit is contained in:
parent
a5b2391d3c
commit
e3590416fd
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ansible-core'
|
# Template file for 'ansible-core'
|
||||||
pkgname=ansible-core
|
pkgname=ansible-core
|
||||||
version=2.11.0
|
version=2.11.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
||||||
python3-yaml python3-packaging"
|
python3-yaml python3-packaging python3-resolvelib"
|
||||||
short_desc="Simple deployment, configuration management and execution framework"
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
|
||||||
checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
|
checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb
|
||||||
conflicts="ansible<2.10.1_1"
|
conflicts="ansible<2.10.1_1"
|
||||||
replaces="ansible-base<2.11.0_1"
|
replaces="ansible-base<2.11.0_1"
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Reference in New Issue