mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-httpx: update to 0.24.1.
This commit is contained in:
parent
0a92134a43
commit
5525ebb18a
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-httpx'
|
# Template file for 'python3-httpx'
|
||||||
pkgname=python3-httpx
|
pkgname=python3-httpx
|
||||||
version=0.24.0
|
version=0.24.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-idna python3-certifi python3-h2 python3-Brotli
|
depends="python3-idna python3-certifi python3-h2 python3-Brotli
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://www.python-httpx.org"
|
homepage="https://www.python-httpx.org"
|
||||||
changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/encode/httpx/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
||||||
checksum=507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e
|
checksum=5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd
|
||||||
# the pypi tarball doesn't contain tests
|
# the pypi tarball doesn't contain tests
|
||||||
# the tests need unpackaged dependencies trustme and uvicorn
|
# the tests need unpackaged dependencies trustme and uvicorn
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue