[meta-python] python3-werkzeug: upgrade 2.0.2 -> 2.0.3

Message ID 1644910647-5613-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-werkzeug: upgrade 2.0.2 -> 2.0.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 15, 2022, 7:37 a.m. UTC
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>
---
 .../{python3-werkzeug_2.0.2.bb => python3-werkzeug_2.0.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-werkzeug_2.0.2.bb => python3-werkzeug_2.0.3.bb} (93%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb
index 4c221cc41f..ed7a509ad3 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.3.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
 
 PYPI_PACKAGE = "Werkzeug"
 
-SRC_URI[sha256sum] = "aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a"
+SRC_URI[sha256sum] = "b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c"
 
 inherit pypi setuptools3