aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-05-19 14:03:07 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-29 06:39:14 -0700
commit0704ebad0d31eec1737e0313b0f221085a9e8166 (patch)
treefc08f8d5a57a54a1db7abfed2b79d3dba1c0c32b /meta-python/recipes-devtools
parenta20ba58cfa0e0d8736acae59fe083b7feae47d24 (diff)
downloadmeta-openembedded-0704ebad0d31eec1737e0313b0f221085a9e8166.tar.gz
python3-werkzeug: upgrade 2.1.1 -> 2.1.2
Changelog: ========== The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses. Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>. Fix ability to set some cache_control attributes to False. Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server. Signed-off-by: Xu Huan <xuhuan.fnst@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-werkzeug_2.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
index 476a3a5964..74796d8962 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
PYPI_PACKAGE = "Werkzeug"
-SRC_URI[sha256sum] = "f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74"
+SRC_URI[sha256sum] = "1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"
inherit pypi setuptools3