From 9b92be2d8e6160e628c8fb8573d637447f8cb6d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH] python3-progress: rebuild for Python 3.9 --- srcpkgs/python3-progress/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template index 35cff7a258..ee6b3ffc93 100644 --- a/srcpkgs/python3-progress/template +++ b/srcpkgs/python3-progress/template @@ -1,7 +1,7 @@ # Template file for 'python3-progress' pkgname=python3-progress version=1.5 -revision=3 +revision=4 wrksrc="progress-${version}" build_style=python3-module hostmakedepends="python3-setuptools"