From 1580d0895585c4353d4ea5d70fe2c5cdb18facd8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 5 Feb 2023 22:49:50 +0100 Subject: [PATCH] python3-pyinfra: update to 2.6.2. --- 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 8607aac22bb..c0c87bbeb68 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.6.1 +version=2.6.2 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=20a89a8be8d0bcd310439b8558595fe8e4750457ddf82c01ca9cbad7c79bec68 +checksum=778cbc318037c5884b090930c773ef88c2776fc710ff23bb921aac8b786bee5b post_extract() { vsed -i -e '/configparser/d' setup.py # is in Python 3.8