From ffc61dbcc8b60812471bbf98f4e93d7f882e88c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:41 -0400 Subject: [PATCH] python-six: rebuild for Python 3.11 --- srcpkgs/python-six/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index bae3a78bd13..57985ab5f79 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -1,7 +1,7 @@ # Template file for 'python-six' pkgname=python-six version=1.16.0 -revision=2 +revision=3 wrksrc="six-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"