From 65f41685070d25d46a12ab0ab3b2666079191396 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:56 -0400 Subject: [PATCH] python-automat: rebuild for Python 3.11 --- srcpkgs/python-automat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index 3487b14abce..294f164e0c9 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,7 +1,7 @@ # Template file for 'python-automat' pkgname=python-automat version=20.2.0 -revision=4 +revision=5 wrksrc="Automat-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"