[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/45: gnu: python-uvicorn: Update to 0.34.0.
From: |
guix-commits |
Subject: |
40/45: gnu: python-uvicorn: Update to 0.34.0. |
Date: |
Tue, 17 Dec 2024 11:50:39 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f86500a91299e2f8edf8d8e8b8510dd83b57ae26
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 6d575a0be9..e05657fed6 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
- 16/45: gnu: Add python-strictyaml., (continued)
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/17
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17
- 34/45: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/17
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 36/45: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 40/45: gnu: python-uvicorn: Update to 0.34.0.,
guix-commits <=
- 19/45: gnu: Add python-legacy-cgi., guix-commits, 2024/12/17
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17
- 04/45: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 03/45: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 07/45: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/17
- 14/45: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/17
- 24/45: gnu: Add python-devpi-server., guix-commits, 2024/12/17