From f2c5e651860c90db52e9e21c04c720c714cdd709 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:00:59 -0400 Subject: [PATCH] python3-socksio: rebuild for Python 3.12 --- srcpkgs/python3-socksio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-socksio/template b/srcpkgs/python3-socksio/template index d9987f3a7ab..22011122e51 100644 --- a/srcpkgs/python3-socksio/template +++ b/srcpkgs/python3-socksio/template @@ -1,7 +1,7 @@ # Template file for 'python3-socksio' pkgname=python3-socksio version=1.0.0 -revision=2 +revision=3 build_style=python3-pep517 hostmakedepends="python3-poetry-core python3-flit_core" short_desc="Sans-I/O implementation of SOCKS4/5"