From 78f1844816b4867410a5f0a93a382ee19185f0c9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 11 Jul 2025 16:41:06 +0300 Subject: python3-asgiref: Upgrade 3.9.0 -> 3.9.1 Upgrade to release 3.9.1: - Fixed deletion of Local values affecting other contexts - Skip CPython specific garbage collection test on pypy Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-asgiref_3.9.1.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb (limited to 'meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb new file mode 100644 index 0000000000..0af6eec5ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb @@ -0,0 +1,21 @@ +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] = "a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142" + +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