summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-02 17:51:29 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-02 09:22:52 -0800
commit74aa2bdac6d658791af34881f291d91aa4dc57ba (patch)
treecf263dcaa18d1096d44e24aa3d1a845c98545b81 /meta-python
parent674cd4fde5da592f33df3fd8ae582a10ec008690 (diff)
downloadmeta-openembedded-74aa2bdac6d658791af34881f291d91aa4dc57ba.tar.gz
python3-werkzeug: upgrade 3.1.3 -> 3.1.4
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_3.1.4.bb (renamed from meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
10LICENSE = "BSD-3-Clause" 10LICENSE = "BSD-3-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462"
12 12
13SRC_URI[sha256sum] = "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746" 13SRC_URI[sha256sum] = "cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"
14 14
15inherit pypi python_flit_core 15inherit pypi python_flit_core
16 16