unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55114] [PATCH] gnu: python-anyio: Update to 3.5.0.
@ 2022-04-25 19:55 Peter Polidoro
  2022-05-08 21:50 ` bug#55114: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Polidoro @ 2022-04-25 19:55 UTC (permalink / raw)
  To: 55114

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-python-anyio-Update-to-3.5.0.patch --]
[-- Type: text/x-diff, Size: 1599 bytes --]

From bdded85a3b7bdcdff2ff33dd1545a9f500456928 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter@polidoro.io>
Date: Mon, 25 Apr 2022 15:53:15 -0400
Subject: [PATCH] gnu: python-anyio: Update to 3.5.0.

* gnu/packages/python-xyz.scm (python-anyio): Update to 3.5.0.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a5d311680..25f60c6fb8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24766,14 +24766,14 @@ (define-public python-iocapture
 (define-public python-anyio
   (package
     (name "python-anyio")
-    (version "3.3.0")
+    (version "3.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "anyio" version))
        (sha256
         (base32
-         "0x03hsprdrs86wjjkj96zm2jswy3a5bgyrknyi58pzz5hdsscmxf"))))
+         "19m58805wir4i2s45dd5ynwlzb7ky1218isbir53gpqzzgigzbm0"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -24821,7 +24821,8 @@ (define-public python-anyio
                         " and not test_send_eof"
                         " and not test_send_large_buffer"
                         " and not test_send_receive"
-                        " and not test_socket_options"))))))))
+                        " and not test_socket_options"
+                        " and not test_unretrieved_future_exception_server_crash"))))))))
     (propagated-inputs
      (list python-idna python-sniffio python-typing-extensions))
     (native-inputs
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55114: [PATCH] gnu: python-anyio: Update to 3.5.0.
  2022-04-25 19:55 [bug#55114] [PATCH] gnu: python-anyio: Update to 3.5.0 Peter Polidoro
@ 2022-05-08 21:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-08 21:50 UTC (permalink / raw)
  To: Peter Polidoro; +Cc: Ricardo Wurmus, 55114-done

Hi,

Peter Polidoro <peter@polidoro.io> skribis:

>>From bdded85a3b7bdcdff2ff33dd1545a9f500456928 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter@polidoro.io>
> Date: Mon, 25 Apr 2022 15:53:15 -0400
> Subject: [PATCH] gnu: python-anyio: Update to 3.5.0.
>
> * gnu/packages/python-xyz.scm (python-anyio): Update to 3.5.0.

Ricardo committed a similar change as
43992cdbea4d264a8e2aea1905eff98006709fbc.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 19:55 [bug#55114] [PATCH] gnu: python-anyio: Update to 3.5.0 Peter Polidoro
2022-05-08 21:50 ` bug#55114: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).