From cf1b6485d10404d07377544a37c77006abd8b473 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 23 Dec 2025 14:10:42 +0800 Subject: python3-uvicorn: upgrade 0.38.0 -> 0.40.0 Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../python/python3-uvicorn_0.38.0.bb | 30 ---------------------- .../python/python3-uvicorn_0.40.0.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-uvicorn_0.38.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.38.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.38.0.bb deleted file mode 100644 index b0ce49be97..0000000000 --- a/meta-python/recipes-devtools/python/python3-uvicorn_0.38.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "The lightning-fast ASGI server." -HOMEPAGE = "https://github.com/encode/uvicorn" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5c778842f66a649636561c423c0eec2e" -RECIPE_MAINTAINER = "Tom Geelen " - -SRC_URI[sha256sum] = "fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d" - -SRC_URI += "file://0001-ptest-disable-failing-tests.patch" - -inherit pypi python_hatchling ptest-python-pytest - -PYPI_PACKAGE = "uvicorn" - -RDEPENDS:${PN} = "\ - python3-click \ - python3-h11 (>=0.8) \ - python3-httptools \ - python3-multiprocessing \ - python3-python-dotenv \ - python3-websockets \ - python3-wsproto \ -" - -RDEPENDS:${PN}-ptest += "\ - python3-a2wsgi \ - python3-httpx \ - python3-pytest-mock \ - python3-pyyaml \ -" diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb new file mode 100644 index 0000000000..56d58ded0a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb @@ -0,0 +1,30 @@ +SUMMARY = "The lightning-fast ASGI server." +HOMEPAGE = "https://github.com/encode/uvicorn" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5c778842f66a649636561c423c0eec2e" +RECIPE_MAINTAINER = "Tom Geelen " + +SRC_URI[sha256sum] = "839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea" + +SRC_URI += "file://0001-ptest-disable-failing-tests.patch" + +inherit pypi python_hatchling ptest-python-pytest + +PYPI_PACKAGE = "uvicorn" + +RDEPENDS:${PN} = "\ + python3-click \ + python3-h11 (>=0.8) \ + python3-httptools \ + python3-multiprocessing \ + python3-python-dotenv \ + python3-websockets \ + python3-wsproto \ +" + +RDEPENDS:${PN}-ptest += "\ + python3-a2wsgi \ + python3-httpx \ + python3-pytest-mock \ + python3-pyyaml \ +" -- cgit v1.2.3-54-g00ecf