python3-httpx: update to 0.27.2.
This commit is contained in:
parent
a1dc36f0ff
commit
ed10ebb196
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-httpx'
|
||||
pkgname=python3-httpx
|
||||
version=0.27.0
|
||||
version=0.27.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-fancy-pypi-readme"
|
||||
|
@ -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=a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5
|
||||
checksum=f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2
|
||||
# the pypi tarball doesn't contain tests
|
||||
# the tests need unpackaged dependencies trustme and uvicorn
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue