summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-werkzeug: upgrade 2.0.3 -> 2.1.1wangmy2022-04-061-39/+0
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-werkzeug: upgrade 2.0.2 -> 2.0.3Wang Mingyu2022-02-161-0/+39
Changelog: ========= - "ProxyFix" supports IPv6 addresses. :issue:'2262' - Type annotation for "Response.make_conditional", "HTTPException.get_response", and "Map.bind_to_environ" accepts "Request" in addition to "WSGIEnvironment" for the first parameter. :pr:'2290' - Fix type annotation for "Request.user_agent_class". :issue:'2273' - Accessing "LocalProxy.__class__" and "__doc__" on an unbound proxy returns the fallback value instead of a method object. :issue:'2188' - Redirects with the test client set "RAW_URI" and "REQUEST_URI" correctly. :issue:'2151' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>