all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62900] [PATCH] gnu: python-anyio: Update to 3.6.2
@ 2023-04-17 13:04 Hugo Buddelmeijer
  2023-04-18 20:37 ` Greg Hogan
  2023-04-20  8:32 ` [bug#62900] [PATCH v2] Upgrade python-anyio " Hugo Buddelmeijer
  0 siblings, 2 replies; 3+ messages in thread
From: Hugo Buddelmeijer @ 2023-04-17 13:04 UTC (permalink / raw)
  To: 62900; +Cc: Hugo Buddelmeijer

python-anyio 3.5.0 does not work with trio 0.22, which was added on 2023/04/01.

It fails with

E   trio.TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0 [...]

python-anyio 3.6.2 works fine.

* gnu/packages/python-xyz.scm (python-anyio): Update to 3.6.2


---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0147870b06..4f936164ba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25711,14 +25711,14 @@ (define-public python-iocapture
 (define-public python-anyio
   (package
     (name "python-anyio")
-    (version "3.5.0")
+    (version "3.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "anyio" version))
        (sha256
         (base32
-         "19m58805wir4i2s45dd5ynwlzb7ky1218isbir53gpqzzgigzbm0"))))
+         "8bljjq5xq0l9id36q3vvjgygirq7g7q2bs41hdg82p379khvsi5x"))))
     (build-system python-build-system)
     (arguments
      `(#:phases

base-commit: 9a5e1dc1f16f5f8c056e64f2077b035784003673
-- 
2.39.2





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

end of thread, other threads:[~2023-04-20  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 13:04 [bug#62900] [PATCH] gnu: python-anyio: Update to 3.6.2 Hugo Buddelmeijer
2023-04-18 20:37 ` Greg Hogan
2023-04-20  8:32 ` [bug#62900] [PATCH v2] Upgrade python-anyio " Hugo Buddelmeijer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.