diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:14:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:09 -0800 |
commit | 07da5d695bc78846c74cdfa66444009d0eee6cce (patch) | |
tree | c91a2d2b9a96d765bf0146d381a06458588dc341 /meta-python | |
parent | ed8f92169bc6a34cf51266eff056a12743a4b252 (diff) | |
download | meta-openembedded-07da5d695bc78846c74cdfa66444009d0eee6cce.tar.gz |
python3-werkzeug: upgrade 2.2.2 -> 2.2.3
Changelog:
==========
- Ensure that URL rules using path converters will redirect with strict slashes
when the trailing slash is missing. #2533
- Type signature for get_json specifies that return type is not optional when
silent=False. #2508
- parse_content_range_header returns None for a value like bytes */-1 where the
length is invalid, instead of raising an AssertionError. #2531
- Address remaining ResourceWarning related to the socket used by run_simple.
Remove prepare_socket, which now happens when creating the server. #2421
- Update pre-existing headers for multipart/form-data requests with the test
client. #2549
- Fix handling of header extended parameters such that they are no longer
quoted. #2529
- LimitedStream.read works correctly when wrapping a stream that may not return
the requested size in one read call. #2558
- A cookie header that starts with = is treated as an empty key and discarded,
rather than stripping the leading ==.
- Specify a maximum number of multipart parts, default 1000, after which a
RequestEntityTooLarge exception is raised on parsing. This mitigates a DoS
attack where a larger number of form/file parts would result in
disproportionate resource use.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb (renamed from meta-python/recipes-devtools/python/python3-werkzeug_2.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.2.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb index 92302f9cd7..5565fb4ead 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "Werkzeug" | 13 | PYPI_PACKAGE = "Werkzeug" |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f" | 15 | SRC_URI[sha256sum] = "2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe" |
16 | 16 | ||
17 | inherit pypi setuptools3 | 17 | inherit pypi setuptools3 |
18 | 18 | ||