From 3df4307b7cea5645821a3b5ca6c7aacfb8935bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 15 Dec 2022 12:06:57 +0100 Subject: [PATCH] python3-ansible-lint: update to 6.10.0. --- srcpkgs/python3-ansible-lint/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index bee369e45645..5c1da60b32ea 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.9.1 +version=6.10.0 revision=1 build_style=python3-pep517 make_install_target="dist/ansible_lint-*-*-*-*.whl" @@ -17,12 +17,11 @@ maintainer="Jan Christian Grünhage " # contributions made are accepted as being made under original MIT license. license="GPL-3.0-only" homepage="https://github.com/ansible/ansible-lint" -distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" -checksum=4c85f0d61700042cab964dd7bdc9227137ba5490249f705acfd9de46eb00a07f +distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz" +checksum=f5ecec58ebe7b6bfc4976be7d6e400411a8af05b0e1a19f15f25f59f3401348c # cba anymore, the list of failing tests changes with every update make_check="no" post_patch() { - vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml export SETUPTOOLS_SCM_PRETEND_VERSION="${version}" }