[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/65: gnu: python-uvicorn: Update to 0.34.0.
From: |
guix-commits |
Subject: |
40/65: gnu: python-uvicorn: Update to 0.34.0. |
Date: |
Fri, 20 Dec 2024 16:41:43 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f7944204e16d6337b14b2ed62b2f80eb0393fee8
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 0703691053..49cac315ee 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
- 01/65: gnu: python-msgspec: Update to 0.18.6., (continued)
- 01/65: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/20
- 06/65: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/20
- 07/65: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/20
- 21/65: gnu: Add python-lazy., guix-commits, 2024/12/20
- 12/65: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/20
- 24/65: gnu: Add python-devpi-server., guix-commits, 2024/12/20
- 26/65: gnu: Add python-devpi-process., guix-commits, 2024/12/20
- 45/65: gnu: python-pydantic: Fix build., guix-commits, 2024/12/20
- 49/65: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/20
- 51/65: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/20
- 40/65: gnu: python-uvicorn: Update to 0.34.0.,
guix-commits <=
- 57/65: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/20
- 58/65: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/20
- 62/65: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2024/12/20
- 64/65: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/20
- 56/65: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/20
- 03/65: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/20
- 33/65: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/20
- 25/65: gnu: Add python-devpi-client., guix-commits, 2024/12/20
- 05/65: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/20
- 29/65: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/20