From 0992ef76d5e0d9aef3960b716ec59443ffa83859 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:09 -0400 Subject: [PATCH] python3-WTForms: rebuild for Python 3.11 --- srcpkgs/python3-WTForms/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template index a3eb0e15e0e..8117b05f14e 100644 --- a/srcpkgs/python3-WTForms/template +++ b/srcpkgs/python3-WTForms/template @@ -1,7 +1,7 @@ # Template file for 'python3-WTForms' pkgname=python3-WTForms version=3.0.1 -revision=1 +revision=2 wrksrc="WTForms-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-wheel python3-Babel"