python3-httpx: update to 0.25.1.

This commit is contained in:
Andrew Benson 2023-11-16 10:46:47 -06:00
parent 6da2b38cc5
commit a69e8d497b
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-httpx'
pkgname=python3-httpx
version=0.25.0
revision=2
version=0.25.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-idna python3-certifi python3-h2 python3-Brotli
@ -12,7 +12,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=47ecda285389cb32bb2691cc6e069e3ab0205956f681c5b2ad2325719751d875
checksum=ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0
# the pypi tarball doesn't contain tests
# the tests need unpackaged dependencies trustme and uvicorn
make_check=no