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