guix-commits
[Top][All Lists]
Advanced

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

05/73: gnu: python-trio: Update to 0.22.0.


From: guix-commits
Subject: 05/73: gnu: python-trio: Update to 0.22.0.
Date: Tue, 11 Apr 2023 22:07:18 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit c8642af77d4328a2688183ba55f60dee48fc5ea4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 1 21:48:26 2023 -0400

    gnu: python-trio: Update to 0.22.0.
    
    * gnu/packages/python-xyz.scm (python-trio): Update to 0.22.0.
    [arguments]: Break long line in check phase.
    [propagated-inputs]: Add python-cffi and python-exceptiongroup.
---
 gnu/packages/python-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 78340e8be6..45855c5b17 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24757,13 +24757,13 @@ project.")
 (define-public python-trio
   (package
     (name "python-trio")
-    (version "0.20.0")
+    (version "0.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trio" version))
        (sha256
-        (base32 "0w30cwmdwfa8zq2agqv3h62jzwwsk7ms8f683ag8f3jx279m42k7"))))
+        (base32 "1kxa9v0cds0xnklvzppv4ix4xg81r73p5pm4qlvv2iqa832z2s6f"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -24789,7 +24789,8 @@ project.")
                          ;; Assertion errors.
                          " and not test_guest_mode_ki"
                          " and not test_run_in_trio_thread_ki"
-                         " and not 
test_simple_cancel_scope_usage_doesnt_create_cyclic_garbage"
+                         " and not 
test_simple_cancel_scope_usage_doesnt_create\
+_cyclic_garbage"
                          " and not 
test_nursery_cancel_doesnt_create_cyclic_garbage"
                          " and not 
test_cancel_scope_exit_doesnt_create_cyclic_garbage"
                          " and not test_locals_destroyed_promptly_on_cancel"
@@ -24819,6 +24820,8 @@ project.")
     (propagated-inputs
      (list python-async-generator
            python-attrs
+           python-cffi
+           python-exceptiongroup
            python-idna
            python-outcome
            python-sniffio



reply via email to

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