guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-uvicorn: Update to 0.13.2.


From: guix-commits
Subject: 04/04: gnu: python-uvicorn: Update to 0.13.2.
Date: Wed, 27 Oct 2021 13:39:43 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit fb995ff5107b9320a3d320a45a61f5dfddafca74
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 27 19:48:15 2021 +0300

    gnu: python-uvicorn: Update to 0.13.2.
    
    * gnu/packages/python-web.scm (python-uvicorn): Update to 0.13.2.
    [propagated-inputs]: Remove python-wsproto.
    [native-inputs]: Remove python-black, python-codecov, python-flake8, 
python-isort,
    python-mypy, and python-pytest-cov; add python-trustme and
    python-wsproto.
---
 gnu/packages/python-web.scm | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 55d2721..05b1c99 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4910,7 +4910,7 @@ and fairly speedy.")
 (define-public python-uvicorn
   (package
     (name "python-uvicorn")
-    (version "0.11.8")
+    (version "0.13.2")
     (source
      (origin
        ;; PyPI tarball has no tests.
@@ -4920,7 +4920,7 @@ and fairly speedy.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00iidg5ysp7k00bw3kmkvr8mghnh4jdi0p2ryiarhryf8wz2r3fy"))))
+        (base32 "04zgmp9z46k72ay6cz7plga6d3w3a6x41anabm7ramp7jdqf6na9"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -4930,15 +4930,11 @@ and fairly speedy.")
              (add-installed-pythonpath inputs outputs)
              (invoke "pytest" "-vv"))))))
     (native-inputs
-     `(("python-black" ,python-black)
-       ("python-codecov" ,python-codecov)
-       ("python-flake8" ,python-flake8)
-       ("python-isort" ,python-isort)
-       ("python-mypy" ,python-mypy)
-       ("python-pytest" ,python-pytest)
-       ("python-pytest-cov" ,python-pytest-cov)
+     `(("python-pytest" ,python-pytest)
        ("python-pytest-mock" ,python-pytest-mock)
-       ("python-requests" ,python-requests)))
+       ("python-requests" ,python-requests)
+       ("python-trustme" ,python-trustme)
+       ("python-wsproto" ,python-wsproto)))
     (propagated-inputs
      `(("python-click" ,python-click)
        ("python-h11" ,python-h11)
@@ -4946,8 +4942,7 @@ and fairly speedy.")
        ("python-pyyaml" ,python-pyyaml)
        ("python-uvloop" ,python-uvloop)
        ("python-watchgod" ,python-watchgod)
-       ("python-websockets" ,python-websockets)
-       ("python-wsproto" ,python-wsproto)))
+       ("python-websockets" ,python-websockets)))
     (home-page "https://github.com/encode/uvicorn";)
     (synopsis "Fast ASGI server implementation")
     (description



reply via email to

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