python3-httpx: update to 0.23.2.

This commit is contained in:
Andrew Benson 2023-01-02 20:38:53 -06:00
parent 3bbed9c85e
commit 813b6765d3

View file

@ -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