From e1d14dc70e744c1bc08bb36505372cd3e0b329aa Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 3 Apr 2026 18:49:41 +0300 Subject: [PATCH] python-werkzeug: bump to 3.1.8 Changelog: https://werkzeug.palletsprojects.com/en/stable/changes/ Signed-off-by: Alexandru Ardelean --- lang/python/python-werkzeug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-werkzeug/Makefile b/lang/python/python-werkzeug/Makefile index 1575606061..c32d7f6dc2 100644 --- a/lang/python/python-werkzeug/Makefile +++ b/lang/python/python-werkzeug/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-werkzeug -PKG_VERSION:=3.1.6 +PKG_VERSION:=3.1.8 PKG_RELEASE:=1 PYPI_NAME:=Werkzeug PYPI_SOURCE_NAME:=werkzeug -PKG_HASH:=210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25 +PKG_HASH:=9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause