[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/57: gnu: python-uvicorn: Update to 0.34.0.
From: |
guix-commits |
Subject: |
40/57: gnu: python-uvicorn: Update to 0.34.0. |
Date: |
Thu, 19 Dec 2024 06:31:42 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit ea15d50698890094a0fa750dd4e3c81f1bd21f66
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 13:08:15 2024 +0100
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
---
gnu/packages/python-web.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eeb8f51e3c..d793e392b1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6868,7 +6868,7 @@ and fairly speedy.")
(define-public python-uvicorn
(package
(name "python-uvicorn")
- (version "0.32.1")
+ (version "0.34.0")
(source
(origin
;; PyPI tarball has no tests.
@@ -6878,7 +6878,7 @@ and fairly speedy.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0mrp87l2d5k2dcz07wj2vysjsa99lw5xp12a1a2xiciahg04w7ib"))))
+ (base32 "05lkxnpzmr0kik81kdcvavjvvc4d1lgmw88mr4vbwsqk147wgqbc"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6891,7 +6891,8 @@ and fairly speedy.")
;; Maybe this <https://github.com/encode/uvicorn/issues/2466>.
"--ignore=tests/supervisors/test_multiprocess.py")))
(native-inputs
- (list python-a2wsgi
+ (list nss-certs-for-test
+ python-a2wsgi
python-hatchling
python-httpx-bootstrap
python-pytest
- 36/57: gnu: python-virtualenv: Update to 20.28.0., (continued)
- 36/57: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/19
- 04/57: gnu: python-bokeh: Fix build., guix-commits, 2024/12/19
- 12/57: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/19
- 13/57: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/19
- 14/57: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/19
- 15/57: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/19
- 16/57: gnu: Add python-strictyaml., guix-commits, 2024/12/19
- 18/57: gnu: Add python-repoze-lru., guix-commits, 2024/12/19
- 22/57: gnu: Add python-pypitoken., guix-commits, 2024/12/19
- 28/57: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/19
- 40/57: gnu: python-uvicorn: Update to 0.34.0.,
guix-commits <=
- 47/57: gnu: python-joblib: Disable one additional test., guix-commits, 2024/12/19
- 46/57: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/19
- 48/57: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/19
- 52/57: gnu: linkchecker: Update to 10.5.0., guix-commits, 2024/12/19
- 54/57: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/19
- 55/57: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/19
- 57/57: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/19
- 07/57: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/19
- 10/57: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/19
- 01/57: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/19