From 9e4e331d18d1d1cb0924d856ab3fa4aaf4d2caea Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Mar 2026 15:06:25 +0100 Subject: [PATCH] package/python-werkzeug: bump version to 3.1.6 https://github.com/pallets/werkzeug/blob/3.1.6/CHANGES.rst Please note that the fixed CVEs CVE-2026-21860 & CVE-2026-27199 only relate to Windows. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-werkzeug/python-werkzeug.hash | 4 ++-- package/python-werkzeug/python-werkzeug.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-werkzeug/python-werkzeug.hash b/package/python-werkzeug/python-werkzeug.hash index 1a85d99558..e7900fa734 100644 --- a/package/python-werkzeug/python-werkzeug.hash +++ b/package/python-werkzeug/python-werkzeug.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/werkzeug/json -md5 601c4ad4d597c665da5642550d6740a9 werkzeug-3.1.4.tar.gz -sha256 cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e werkzeug-3.1.4.tar.gz +md5 4ce9c948613b9b823226c98e28b9004b werkzeug-3.1.6.tar.gz +sha256 210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25 werkzeug-3.1.6.tar.gz # Locally computed sha256 checksums sha256 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b LICENSE.txt diff --git a/package/python-werkzeug/python-werkzeug.mk b/package/python-werkzeug/python-werkzeug.mk index 2ea0006d54..c3b8a2c099 100644 --- a/package/python-werkzeug/python-werkzeug.mk +++ b/package/python-werkzeug/python-werkzeug.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WERKZEUG_VERSION = 3.1.4 +PYTHON_WERKZEUG_VERSION = 3.1.6 PYTHON_WERKZEUG_SOURCE = werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz -PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/45/ea/b0f8eeb287f8df9066e56e831c7824ac6bab645dd6c7a8f4b2d767944f9b +PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/61/f1/ee81806690a87dab5f5653c1f146c92bc066d7f4cebc603ef88eb9e13957 PYTHON_WERKZEUG_SETUP_TYPE = flit PYTHON_WERKZEUG_LICENSE = BSD-3-Clause PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.txt