From 07eb6e3405bf6d65c5dba7d9c7eaab6e2562f30f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 1 Nov 2019 11:53:55 +0000 Subject: [PATCH] testing/py3-invoke: rebuild against python 3.8 --- testing/py3-invoke/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-invoke/APKBUILD b/testing/py3-invoke/APKBUILD index 377a639832b..9a9b72e520e 100644 --- a/testing/py3-invoke/APKBUILD +++ b/testing/py3-invoke/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-invoke _pkgname=invoke pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Pythonic task execution" options="!check" # Can't find invoke.vendor.six url="http://docs.pyinvoke.org/en/1.3/"