gnu: python-uvicorn: Update to 0.34.0.

* gnu/packages/python-web.scm (python-uvicorn): Update to 0.34.0.
[native-inputs]: Add nss-certs-for-test.

Change-Id: I48825939c91464c132a9ee85a986a39173f6854e
This commit is contained in:
Ricardo Wurmus 2024-12-17 13:08:15 +01:00
parent 7548058ae4
commit 30cc0d4b88
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6870,7 +6870,7 @@ and fairly speedy.")
(define-public python-uvicorn (define-public python-uvicorn
(package (package
(name "python-uvicorn") (name "python-uvicorn")
(version "0.32.1") (version "0.34.0")
(source (source
(origin (origin
;; PyPI tarball has no tests. ;; PyPI tarball has no tests.
@ -6880,7 +6880,7 @@ and fairly speedy.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mrp87l2d5k2dcz07wj2vysjsa99lw5xp12a1a2xiciahg04w7ib")))) (base32 "05lkxnpzmr0kik81kdcvavjvvc4d1lgmw88mr4vbwsqk147wgqbc"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -6893,7 +6893,8 @@ and fairly speedy.")
;; Maybe this <https://github.com/encode/uvicorn/issues/2466>. ;; Maybe this <https://github.com/encode/uvicorn/issues/2466>.
"--ignore=tests/supervisors/test_multiprocess.py"))) "--ignore=tests/supervisors/test_multiprocess.py")))
(native-inputs (native-inputs
(list python-a2wsgi (list nss-certs-for-test
python-a2wsgi
python-hatchling python-hatchling
python-httpx-bootstrap python-httpx-bootstrap
python-pytest python-pytest