From 678a60a7edf4dcd45353b6bdba8186ae71a0340b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 1 Nov 2022 13:25:32 +0100 Subject: [PATCH 1/2] python3-ansible-compat: update to 2.2.4. --- srcpkgs/python3-ansible-compat/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ansible-compat/template b/srcpkgs/python3-ansible-compat/template index 0ada1d01ded3..b1f5baa96828 100644 --- a/srcpkgs/python3-ansible-compat/template +++ b/srcpkgs/python3-ansible-compat/template @@ -1,7 +1,7 @@ # Template file for 'python3-ansible-compat' pkgname=python3-ansible-compat -version=2.2.1 -revision=2 +version=2.2.4 +revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" @@ -9,9 +9,9 @@ depends="python3-subprocess-tee python3-yaml" short_desc="Python package for working with various version of ansible" maintainer="Jan Christian Grünhage " license="MIT" -homepage="https://github.com/ansible-community/ansible-compat" +homepage="https://github.com/ansible/ansible-compat" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=7a012753a0a02dab2f22b0e574e3e7b00399f660606154474ffe25621fa80d3b +checksum=6a2c3ade5005530cdfdd8e961c784b1718f17ad480a1be5a8014bff89c9c9c2e post_patch() { vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml From 50556849375940ddde4c01ff12d6a32706be5705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 1 Nov 2022 13:19:11 +0100 Subject: [PATCH 2/2] python3-ansible-lint: update to 6.8.6. --- srcpkgs/python3-ansible-lint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index 7ea457243469..56d6e29f61ab 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,7 +1,7 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint -version=6.8.4 -revision=2 +version=6.8.6 +revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-pep517 make_install_target="ansible_lint-*-*-*-*.whl" @@ -17,9 +17,9 @@ maintainer="Jan Christian Grünhage " # code-base remains licensed under a more liberal MIT license and any # contributions made are accepted as being made under original MIT license. license="GPL-3.0-only" -homepage="https://github.com/ansible-community/ansible-lint" +homepage="https://github.com/ansible/ansible-lint" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=b7c9afbda3da25e106ce648fb9846765237c672bacafd069f11bdaa85ece1648 +checksum=171fe8dad62078b9819b5c74d60eb5afaa30ea9cb9c9ba8706149e56c55a9b6e # cba anymore, the list of failing tests changes with every update make_check="no"