From a42e47ffd630a22804c9133f0f3cd22f3c7f292d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Oct 2025 14:07:56 +0800 Subject: python3-asgiref: upgrade 3.9.1 -> 3.9.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-asgiref_3.9.1.bb | 21 --------------------- .../python/python3-asgiref_3.9.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb (limited to 'meta-python') 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 deleted file mode 100644 index 0af6eec5ce..0000000000 --- a/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb +++ /dev/null @@ -1,21 +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] = "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" diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb new file mode 100644 index 0000000000..078f425d2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asgiref_3.9.2.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] = "a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1" + +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