From 97f809deea9f00472b4f7effccd1badd133cf039 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Nov 2025 15:55:14 +0800 Subject: [PATCH] python3-starlette: upgrade 0.49.1 -> 0.50.0 Changelog: =========== - Ignore if-modified-since header if if-none-match is present in StaticFiles - Relax strictness on Middleware type - Drop Python 3.9 support Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-starlette_0.49.1.bb => python3-starlette_0.50.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-starlette_0.49.1.bb => python3-starlette_0.50.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb b/meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb rename to meta-python/recipes-devtools/python/python3-starlette_0.50.0.bb index f295b9b050..9b9adca6fc 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_0.49.1.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_0.50.0.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] = "481a43b71e24ed8c43b11ea02f5353d77840e01480881b8cb5a26b8cae64a8cb" +SRC_URI[sha256sum] = "a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca" inherit pypi python_hatchling ptest