From 0c6672ebdc4d35163c29af1ea879ffa0f12ee4fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:26 -0400 Subject: [PATCH] python3-WTForms: rebuild for Python 3.12 --- 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 afc43f79e0f..f23c7bf0bf2 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=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel python3-Babel" depends="python3 python3-MarkupSafe python3-email-validator"