diff mbox series

[meta-python,22/25] python3-werkzeug: upgrade 3.1.3 -> 3.1.4

Message ID 20251202095132.652-22-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/25] asyncmqtt: upgrade 10.2.5 -> 10.2.6 | expand

Commit Message

Wang Mingyu Dec. 2, 2025, 9:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
- safe_join on Windows does not allow special device names. This prevents
  reading from these when using send_from_directory. secure_filename already
  prevented writing to these.
- The debugger pin fails after 10 attempts instead of 11.
- The multipart form parser handles a \r\n sequence at a chunk boundary.
- Improve CPU usage during Watchdog reloader.
- Request.json annotation is more accurate.
- Traceback rendering handles when the line number is beyond the available
  source lines.
- HTTPException.get_response annotation and doc better conveys the distinction
  between WSGI and sans-IO responses.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-werkzeug_3.1.3.bb => python3-werkzeug_3.1.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-werkzeug_3.1.3.bb => python3-werkzeug_3.1.4.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.1.4.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_3.1.4.bb
index 73029eccc7..2cfb5864b1 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.1.4.bb
@@ -10,7 +10,7 @@  HOMEPAGE = "https://werkzeug.palletsprojects.com"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462"
 
-SRC_URI[sha256sum] = "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"
+SRC_URI[sha256sum] = "cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"
 
 inherit pypi python_flit_core