diff mbox series

[meta-python,3/3] python3-fastapi: Upgrade 0.140.0 -> 0.141.1

Message ID 20260731100430.3141022-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-unidiff: Upgrade 0.7.5 -> 1.0.0 | expand

Commit Message

Leon Anavi July 31, 2026, 10:04 a.m. UTC
Upgrade to release 0.141.1:

- Fix support for background tasks and headers from dependencies in
  app.frontend().
- Document FASTAPI_ENV in FastAPI CLI guide.

Add DESCRIPTION and SUMMARY variables.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-fastapi_0.140.0.bb => python3-fastapi_0.141.1.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-fastapi_0.140.0.bb => python3-fastapi_0.141.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.140.0.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.141.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-fastapi_0.140.0.bb
rename to meta-python/recipes-devtools/python/python3-fastapi_0.141.1.bb
index b8129fe817..d26a0ff070 100644
--- a/meta-python/recipes-devtools/python/python3-fastapi_0.140.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fastapi_0.141.1.bb
@@ -1,9 +1,10 @@ 
-
+SUMMARY = "FastAPI framework"
+DESCRIPTION = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
 HOMEPAGE = "https://fastapi.tiangolo.com/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810"
 
-SRC_URI[sha256sum] = "f338951b82fd74ca8f843163aec43ea1a1ce84d515415a50fa98fa25572a5544"
+SRC_URI[sha256sum] = "e8822fc40db1e1858054d7a949a888695bc9bdce70139178e33bd2871a453ca1"
 
 SRC_URI += "file://run-ptest"