diff mbox series

[meta-python,20/23] python3-starlette: upgrade 0.49.1 -> 0.50.0

Message ID 20251111075517.1650-20-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/23] bats: upgrade 1.12.0 -> 1.13.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 11, 2025, 7:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...{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 mbox series

Patch

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