python3-httpx: update to 0.23.0.

This commit is contained in:
Andrew Benson 2022-05-24 11:33:35 -05:00
parent 19fcbabc8f
commit 0501e70576
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-httpx'
pkgname=python3-httpx
version=0.22.0
version=0.23.0
revision=1
wrksrc="httpx-${version}"
build_style=python3-module
@ -14,7 +14,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=d8e778f76d9bbd46af49e7f062467e3157a5a3d2ae4876a4bbfd8a51ed9c9cb4
checksum=f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef
# the pypi tarball doesn't contain tests
# the tests need unpackaged dependencies trustme and uvicorn
make_check=no