guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-wsproto: Update to 1.2.0.


From: guix-commits
Subject: 01/05: gnu: python-wsproto: Update to 1.2.0.
Date: Thu, 27 Apr 2023 00:50:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e1ca41185242abacba48e78945361592096ca125
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 27 06:34:57 2023 +0200

    gnu: python-wsproto: Update to 1.2.0.
    
    * gnu/packages/python-web.scm (python-wsproto): Update to 1.2.0.
    [build-system]: Use pyproject-build-system.
    [arguments]: Remove.
---
 gnu/packages/python-web.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a466f69963..4de6dee44c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2131,21 +2131,14 @@ set out in RFC 7540 Section 5.3 (Stream Priority).")
 (define-public python-wsproto
   (package
     (name "python-wsproto")
-    (version "0.15.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "wsproto" version))
        (sha256
-        (base32 "17gsxlli4w8am1wwwl3k90hpdfa213ax40ycbbvb7hjx1v1rhiv1"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key inputs outputs #:allow-other-keys)
-             (add-installed-pythonpath inputs outputs)
-             (invoke "pytest" "-vv" "test"))))))
+        (base32 "0rahm1j9danv1l6i6as80acwv16ycihxkhrvwjiqh9drxhk5ymmd"))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest))
     (propagated-inputs



reply via email to

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