From ad2b20d82ae3d6ebfa7da5fbf5d4c861c0f56a7f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:38 +0800 Subject: python3-asgiref: upgrade 3.8.1 -> 3.9.0 Changelog: ============= * Adds support for Python 3.13. * Drops support for (end-of-life) Python 3.8. * Fixes an error with conflicting kwargs between AsyncToSync and the wrapped function. * Fixes Local isolation between asyncio Tasks. * Fixes a reference cycle in Local * Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync -> sync_to_async -> async_to_sync -> create_task calls. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-asgiref_3.8.1.bb | 22 ---------------------- .../python/python3-asgiref_3.9.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-asgiref_3.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb deleted file mode 100644 index 5d68b3e3f9..0000000000 --- a/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI." -HOMEPAGE = "https://pypi.org/project/asgiref/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" - - -SRC_URI[sha256sum] = "c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" - -export BUILD_SYS -export HOST_SYS - -inherit pypi ptest-python-pytest setuptools3 - -RDEPENDS:${PN}-ptest += " \ - python3-asyncio \ - python3-io \ - python3-multiprocessing \ - python3-pytest-asyncio \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.9.0.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.9.0.bb new file mode 100644 index 0000000000..5befa43ae7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asgiref_3.9.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI." +HOMEPAGE = "https://pypi.org/project/asgiref/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" + + +SRC_URI[sha256sum] = "3dd2556d0f08c4fab8a010d9ab05ef8c34565f6bf32381d17505f7ca5b273767" + +export BUILD_SYS +export HOST_SYS + +inherit pypi ptest-python-pytest setuptools3 + +RDEPENDS:${PN}-ptest += " \ + python3-asyncio \ + python3-io \ + python3-multiprocessing \ + python3-pytest-asyncio \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf