diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:42 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-07 09:33:16 -0800 |
commit | b5a92a5182b76ff34cea3fd44ad15e29184279ac (patch) | |
tree | b6eb5e01b21d2d20500cb97714aa8ad65f694fd8 | |
parent | 14cf3795dbbd0df501fcf25b6927a5ec05693c14 (diff) | |
download | meta-openembedded-b5a92a5182b76ff34cea3fd44ad15e29184279ac.tar.gz |
python3-starlette: upgrade 0.44.0 -> 0.45.2
Changelog:
https://www.starlette.io/release-notes/
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb (renamed from meta-python/recipes-devtools/python/python3-starlette_0.44.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.44.0.bb b/meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb index 192c76997..5acbe2f76 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_0.44.0.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_0.45.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "e35166950a3ccccc701962fe0711db0bc14f2ecd37c6f9fe5e3eae0cbaea8715" | 5 | SRC_URI[sha256sum] = "bba1831d15ae5212b22feab2f218bab6ed3cd0fc2dc1d4442443bb1ee52260e0" |
6 | 6 | ||
7 | inherit pypi python_hatchling ptest | 7 | inherit pypi python_hatchling ptest |
8 | 8 | ||