From 813b6765d335f4ce4ff723854bddd0701b36ae7c Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 2 Jan 2023 20:38:53 -0600 Subject: [PATCH] python3-httpx: update to 0.23.2. --- srcpkgs/python3-httpx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 5f1a05632ff..04d0c0dd83c 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.23.1 -revision=2 +version=0.23.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core hatchling" depends="python3-rfc3986 python3-certifi python3-charset-normalizer @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://www.python-httpx.org" changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md" distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz" -checksum=202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19 +checksum=e824a6fa18ffaa6423c6f3a32d5096fc15bd8dff43663a223f06242fc69451a8 # the pypi tarball doesn't contain tests # the tests need unpackaged dependencies trustme and uvicorn make_check=no