From 033263b49b1bfed7b546dcf1085a2d1c0ceb02c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH] python-lockfile: rebuild for Python 3.9 --- srcpkgs/python-lockfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template index 3b9cc302904..8b01b42bb95 100644 --- a/srcpkgs/python-lockfile/template +++ b/srcpkgs/python-lockfile/template @@ -1,7 +1,7 @@ # Template file for 'python-lockfile' pkgname=python-lockfile version=0.12.2 -revision=5 +revision=6 wrksrc="lockfile-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"