From 7be433137ec17e0cd9af98910ed7ccdf71fd3251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 16 Sep 2023 15:58:25 +0200 Subject: [PATCH 1/2] ansible-core: update to 2.15.4. --- srcpkgs/ansible-core/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template index d6dd76d06ce70..65b00f7631178 100644 --- a/srcpkgs/ansible-core/template +++ b/srcpkgs/ansible-core/template @@ -1,6 +1,6 @@ # Template file for 'ansible-core' pkgname=ansible-core -version=2.15.0 +version=2.15.4 revision=1 hostmakedepends="python3-setuptools python3-wheel python3-packaging python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml" @@ -15,7 +15,7 @@ license="GPL-3.0-or-later" homepage="https://www.ansible.com/" changelog="https://raw.githubusercontent.com/ansible/ansible/stable-${version%.*}/changelogs/CHANGELOG-v${version%.*}.rst" distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz" -checksum=cf690fd4ebb40590e00c5acdc0624758ca4c58d1e4b2b02ec026a034070ebf4d +checksum=c1a8aaede985f79e5932ba2163639379f7d8025bfd9b28378db1649a4ef541ed conflicts="ansible<2.10.1_1" replaces="ansible-base<2.11.0_1" @@ -30,13 +30,11 @@ do_check() { do_install() { python setup.py install --root="${DESTDIR}" - make docs - for page in docs/man/man1/*.1; do + mkdir man + ./packaging/cli-doc/build.py man --output-dir man + for page in man/*.1; do vman ${page} done - - vsconf examples/ansible.cfg - vsconf examples/hosts } ansible-base_package() { From 501d39b14b3930cb964fc2713146ead5342f5079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 16 Sep 2023 15:58:33 +0200 Subject: [PATCH 2/2] ansible: update to 8.4.0. --- srcpkgs/ansible/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index de839b7dfc1d8..5b478a3331851 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,6 +1,6 @@ # Template file for 'ansible' pkgname=ansible -version=8.0.0 +version=8.4.0 revision=1 build_style="python3-pep517" hostmakedepends="python3-setuptools python3-wheel" @@ -10,6 +10,6 @@ maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://www.ansible.com/" distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz" -checksum=8670c7c46021c188cac235e9fde7adadbb3c380c2436a3b0c1c493c4ba10bcab +checksum=f33c492690592fad12684e9897f6de2da15c9f6e1ecb79137703a06470af2ce6 # Relevant tests happen in ansible-core make_check=no