From 88d41b8c98006e33ce2e6eedabd2cab0afc26d52 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:35 +0800 Subject: python3-anyio: upgrade 4.9.0 -> 4.10.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-anyio_4.10.0.bb | 27 ++++++++++++++++++++++ .../recipes-devtools/python/python3-anyio_4.9.0.bb | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb new file mode 100644 index 0000000000..e552fd7eaf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-anyio_4.10.0.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] = "3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6" + +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.9.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb deleted file mode 100644 index 9cbe26a6d5..0000000000 --- a/meta-python/recipes-devtools/python/python3-anyio_4.9.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] = "673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028" - -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