From 7ce3a0c669d03545bd8755a9ca334ed82f87002e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:30 +0800 Subject: python3-anyio: upgrade 4.6.0 -> 4.6.2 Changelog: =========== - Fixed regression caused by (#807) that prevented the use of parametrized async fixtures - Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-anyio_4.6.0.bb | 27 ---------------------- .../recipes-devtools/python/python3-anyio_4.6.2.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb deleted file mode 100644 index 57f0712518..0000000000 --- a/meta-python/recipes-devtools/python/python3-anyio_4.6.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb b/meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb new file mode 100644 index 0000000000..231a7fb878 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-anyio_4.6.2.bb @@ -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] = "f72a7bb3dd0752b3bd8b17a844a019d7fbf6ae218c588f4f9ba1b2f600b12347" + +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 \ +" -- cgit v1.2.3-54-g00ecf