From 5c1dc9758561ee7ff86ed1d4140f7f5f268fcc0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH] python3-GitPython: rebuild for Python 3.10 --- srcpkgs/python3-GitPython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template index 2a489e12a11..0f40f674248 100644 --- a/srcpkgs/python3-GitPython/template +++ b/srcpkgs/python3-GitPython/template @@ -1,7 +1,7 @@ # Template file for 'python3-GitPython' pkgname=python3-GitPython version=2.1.11 -revision=4 +revision=5 wrksrc="GitPython-${version}" build_style=python3-module hostmakedepends="python3-setuptools"