gnu: hypercorn: Update to 0.17.3.

* gnu/packages/python-web.scm (hypercorn): Update to 0.17.3.
[propagated-inputs]: Add python-taskgroup.
[native-inputs]: Add python-httpx.

Change-Id: I01eaf6e72c2882464bf98b09d24d5a5df7781571
This commit is contained in:
Sharlatan Hellseher 2024-11-26 20:14:27 +00:00
parent 911e28eb02
commit 1a1df79244
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2638,7 +2638,7 @@ RFC6455, regardless of your programming paradigm.")
(define-public hypercorn (define-public hypercorn
(package (package
(name "hypercorn") (name "hypercorn")
(version "0.14.4") (version "0.17.3")
(source (source
(origin (origin
(method git-fetch) ;PyPI does not have tests (method git-fetch) ;PyPI does not have tests
@ -2647,16 +2647,18 @@ RFC6455, regardless of your programming paradigm.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0zyf5b8959sd12ycmqzvsb8746i3gn76rz55gxvix5cwj672m7yx")))) (base32 "13v6cy4frvnddv9zak06a4lmwxp121hjyfrlapxfmb7m3i8qrm02"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
;; Propagate because Hypercorn also exposes functionality over a module. ;; Propagate because Hypercorn also exposes functionality over a module.
(propagated-inputs (list python-exceptiongroup (propagated-inputs (list python-exceptiongroup
python-h11 python-h11
python-taskgroup
python-h2 python-h2
python-priority python-priority
python-tomli python-tomli
python-wsproto)) python-wsproto))
(native-inputs (list python-hypothesis (native-inputs (list python-httpx
python-hypothesis
python-poetry-core python-poetry-core
python-pytest python-pytest
python-pytest-asyncio python-pytest-asyncio