mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-httpx: update to 0.25.2.
This commit is contained in:
parent
51d7c1f58b
commit
20aa738b4c
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.25.1
|
version=0.25.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
|
@ -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=ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0
|
checksum=8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8
|
||||||
# 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