From 50724c52d68f48c04f9b6e78c0f6b9af92e6bb9d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 18 Jan 2024 11:44:22 +0100 Subject: [PATCH] python3-pyinfra: update to 2.9. --- srcpkgs/python3-pyinfra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index eab17248ae8..5de7addc5db 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra -version=2.8 +version=2.9 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -14,7 +14,7 @@ license="MIT" homepage="https://pyinfra.com/" changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md" distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz" -checksum=07afae072e699cc880506524d8235d38429f897094c101dc3cad731597f50670 +checksum=3c8f71b557a850ae23370b4846d0631110648168c5fe9723051a7bf74ec3f50c post_extract() { vsed -i -e '/configparser/d' setup.py # is in Python 3.8