From ddfda2679ef67062a42bf3d1405718afd6bb73b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 22 Nov 2022 19:49:05 +0100 Subject: [PATCH 1/2] python3-ansible-compat: update to 2.2.5. --- srcpkgs/python3-ansible-compat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template index 2998f3de0ee0..bb288eeedd3b 100644 --- a/srcpkgs/python3-ansible-compat/template +++ b/srcpkgs/python3-ansible-compat/template @@ -1,6 +1,6 @@ # Template file for 'python3-ansible-compat' pkgname=python3-ansible-compat -version=2.2.4 +version=2.2.5 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" @@ -10,10 +10,10 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/ansible/ansible-compat" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=6a2c3ade5005530cdfdd8e961c784b1718f17ad480a1be5a8014bff89c9c9c2e +checksum=28c7c545fd60ef9c3059cfb2fefd27f92db091ff6b5868f83f121ceb5e1fe1b5 post_patch() { - vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml + export SETUPTOOLS_SCM_PRETEND_VERSION="${version}" } post_install() { From 192b21fd364471aaed714705826b1e0493a07373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 22 Nov 2022 19:49:09 +0100 Subject: [PATCH 2/2] python3-ansible-lint: update to 6.8.7. --- srcpkgs/python3-ansible-lint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index 6b0e6a64f902..b9532a98dce2 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,6 +1,6 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint -version=6.8.6 +version=6.8.7 revision=1 build_style=python3-pep517 make_install_target="dist/ansible_lint-*-*-*-*.whl" @@ -18,7 +18,7 @@ maintainer="Jan Christian Grünhage " license="GPL-3.0-only" homepage="https://github.com/ansible/ansible-lint" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=171fe8dad62078b9819b5c74d60eb5afaa30ea9cb9c9ba8706149e56c55a9b6e +checksum=de3de4e57cd54e17c1ec3a0b4a21d4811838e77d67b56cbe8f91107f2a434432 # cba anymore, the list of failing tests changes with every update make_check="no"