aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-05-29 13:49:51 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-05-29 15:46:02 +0000
commit9cfdd92a671fa8066c941c5894c14605a5abf944 (patch)
tree0dc62f242f2002acf5af287c72c8c25fd9cc6b9e
parenta368e2daca0fb240655062d994b1014d61bad9e8 (diff)
downloadvoid-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar.gz
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar.bz2
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar.lz
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar.xz
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.tar.zst
void-packages-9cfdd92a671fa8066c941c5894c14605a5abf944.zip
python3-hypercorn: update to 0.17.3.
-rw-r--r--srcpkgs/python3-hypercorn/template10
1 files changed, 5 insertions, 5 deletions
diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index b819ab93a2b..dc89d21eec8 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,19 +1,19 @@
# Template file for 'python3-hypercorn'
pkgname=python3-hypercorn
-version=0.16.0
+version=0.17.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
-depends="python3-h11 python3-h2 python3-priority
- python3-toml python3-typing_extensions python3-wsproto"
-checkdepends="python3-pytest-asyncio python3-trio $depends"
+depends="python3-h11 python3-h2 python3-priority python3-wsproto"
+checkdepends="python3-pytest-asyncio python3-trio
+ python3-mock python3-hypothesis python3-httpx $depends"
short_desc="Python ASGI server based on hyper and inspired by gunicorn"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pgjones/hypercorn"
changelog="https://raw.githubusercontent.com/pgjones/hypercorn/main/CHANGELOG.rst"
distfiles="https://github.com/pgjones/hypercorn/archive/refs/tags/${version}.tar.gz"
-checksum=7fc8578cde36f3b5a08845c2ef37ff2aafb5efcbb40be561f58405fe0b8f88de
+checksum=991221bf8df1368165a22cde98f1ae2b591aa2e65c9c72c8e03ea56a9da7f672
do_check() {
vsed -i pyproject.toml -e '/addopts/d'