mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
python3-fastapi: Upgrade 0.140.0 -> 0.141.1
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user