python3-ansible-compat: update to 4.1.10.

This commit is contained in:
dataCobra 2023-12-01 13:59:13 +01:00 committed by classabbyamp
parent 65d2162b19
commit 46064ca9bf

View file

@ -1,7 +1,7 @@
# Template file for 'python3-ansible-compat' # Template file for 'python3-ansible-compat'
pkgname=python3-ansible-compat pkgname=python3-ansible-compat
version=4.1.0 version=4.1.10
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-subprocess-tee python3-yaml" depends="python3-subprocess-tee python3-yaml"
@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT" license="MIT"
homepage="https://github.com/ansible/ansible-compat" homepage="https://github.com/ansible/ansible-compat"
distfiles="${PYPI_SITE}/a/ansible-compat/ansible-compat-${version}.tar.gz" distfiles="${PYPI_SITE}/a/ansible-compat/ansible-compat-${version}.tar.gz"
checksum=bcc6b3cf4bb102e1b1b36a8639fee7ad18ddb1d99fb055d208c8a0f650a51621 checksum=2be8c7b510d2e15eed1e9ef443209d67d9aec8f427026b88936d4535ff59863d
post_patch() { post_patch() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}" export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"