mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-httpx: update to 0.21.3.
This commit is contained in:
parent
e6464292c4
commit
e933cbd216
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-httpx'
|
# Template file for 'python3-httpx'
|
||||||
pkgname=python3-httpx
|
pkgname=python3-httpx
|
||||||
version=0.21.1
|
version=0.21.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="httpx-${version}"
|
wrksrc="httpx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,7 +14,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=02af20df486b78892a614a7ccd4e4e86a5409ec4981ab0e422c579a887acad83
|
checksum=7a3eb67ef0b8abbd6d9402248ef2f84a76080fa1c839f8662e6eb385640e445a
|
||||||
# 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