From df23b54d8887204934ed4fd3ca148a71ca57aea8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 16 May 2021 16:10:38 +0200 Subject: [PATCH] python3-pyinfra: update to 1.4.1. --- 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 e505474c00..7560af6bb5 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra -version=1.4 +version=1.4.1 revision=1 wrksrc="pyinfra-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://pyinfra.com/" distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz" -checksum=7e23bf20ace5f5c6f15d8c712c304b34ec1e93d42abcf28be11734f1baaf0391 +checksum=e7a459e896d9f5bf3741c78b6cc5f405eafb9a1a499b23aa87b2ef5d286c0e49 post_extract() { vsed -i -e '/configparser/d' setup.py # is in Python 3.8