diff mbox series

[meta-python,13/40] python3-anyio: upgrade 4.4.0 -> 4.6.0

Message ID 1727682185-12664-13-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/40] adw-gtk3: upgrade 5.3 -> 5.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 30, 2024, 7:42 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Dropped support for Python 3.8
- Fixed 100% CPU use on asyncio while waiting for an exiting task group to
  finish while said task group is within a cancelled cancel scope
- Fixed cancel scopes on asyncio not propagating CancelledError on exit when
  the enclosing cancel scope has been effectively cancelled
- Fixed asyncio task groups not yielding control to the event loop at exit if
  there were no child tasks to wait on
- Fixed inconsistent task uncancellation with asyncio cancel scopes belonging
  to a task group when said task group has child tasks running

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-anyio_4.4.0.bb => python3-anyio_4.6.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-anyio_4.4.0.bb => python3-anyio_4.6.0.bb} (88%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb
rename to meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
index 28c76cbf5..57f071251 100644
--- a/meta-python/recipes-devtools/python/python3-anyio_4.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94"
+SRC_URI[sha256sum] = "137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb"
 
 DEPENDS += " \
 	python3-setuptools-scm-native \