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