guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]