From a49ab3dff7a60f01465d7fc0df0d86c6b4b6f1c6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:55:04 +0800 Subject: [PATCH] python3-starlette: upgrade 0.46.0 -> 0.46.1 Changelog: Allow relative directory path when follow_symlinks=True Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-starlette_0.46.0.bb => python3-starlette_0.46.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-starlette_0.46.0.bb => python3-starlette_0.46.1.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.46.0.bb b/meta-python/recipes-devtools/python/python3-starlette_0.46.1.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-starlette_0.46.0.bb rename to meta-python/recipes-devtools/python/python3-starlette_0.46.1.bb index 402280bdc8..f14f0eff57 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_0.46.0.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_0.46.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" -SRC_URI[sha256sum] = "b359e4567456b28d473d0193f34c0de0ed49710d75ef183a74a5ce0499324f50" +SRC_URI[sha256sum] = "3c88d58ee4bd1bb807c0d1acb381838afc7752f9ddaec81bbe4383611d833230" inherit pypi python_hatchling ptest