summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:52 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:09 -0800
commitd9112efa8495a04f42325cabb5933e860c6caf7f (patch)
tree800c198cfd2641c971cdbd2a9c5c67711d452de8 /meta-python/recipes-devtools
parent752053c9fd052ba7be7ce0da4ef3eaeabc07a0c4 (diff)
downloadmeta-openembedded-d9112efa8495a04f42325cabb5933e860c6caf7f.tar.gz
python3-starlette: upgrade 0.39.2 -> 0.42.0
Changelog: ============ - Add max_part_size to MultiPartParser to limit the size of parts in multipart/form-data requests - Allow to raise HTTPException before websocket.accept() - Bump minimum python-multipart version to 0.0.13 - Change python-multipart import to python_multipart - Revert bump on python-multipart on starlette[full] extras - Raise ClientDisconnect on StreamingResponse - Use ETag from headers when parsing If-Range in FileResponse - Follow directory symlinks in StaticFiles when follow_symlinks=True - Bump minimum python-multipart version to 0.0.18 - Bump minimum httpx version to 0.27.0 - Exclude the query parameters from the scope[raw_path] on the TestClient - Replace dict by Mapping on HTTPException.headers - Correct middleware argument passing and improve factory pattern Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb (renamed from meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb b/meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb
index 87080e9fe..ed539ed9d 100644
--- a/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb
+++ b/meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" 3LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a"
4 4
5SRC_URI[sha256sum] = "caaa3b87ef8518ef913dac4f073dea44e85f73343ad2bdc17941931835b2a26a" 5SRC_URI[sha256sum] = "91f1fbd612f3e3d821a8a5f46bf381afe2a9722a7b8bbde1c07fb83384c2882a"
6 6
7inherit pypi python_hatchling ptest 7inherit pypi python_hatchling ptest
8 8