From 577ceac226e7ecf6df6c020c372666dc9ad86f40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH] python3-httpx: rebuild for Python 3.10 --- srcpkgs/python3-httpx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 11e6f281d11..1dbdd960e53 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,7 +1,7 @@ # Template file for 'python3-httpx' pkgname=python3-httpx version=0.19.0 -revision=1 +revision=2 wrksrc="httpx-${version}" build_style=python3-module hostmakedepends="python3-setuptools"