mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 15:18:26 +00:00
python3-anyio: upgrade 4.4.0 -> 4.6.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
27
meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
Normal file
27
meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
SUMMARY = "High level compatibility layer for multiple asynchronous event loop implementations"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
# Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently.
|
||||
# If somebody needs this please feel free to add python3-trio and enable the
|
||||
# packageconfig below:
|
||||
#PACKAGECONFIG ??= ""
|
||||
#PACKAGECONFIG[trio] = ",,,python3-trio"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-idna \
|
||||
python3-sniffio \
|
||||
python3-core \
|
||||
python3-numbers \
|
||||
python3-io \
|
||||
python3-asyncio \
|
||||
"
|
||||
Reference in New Issue
Block a user