From ae904f90013e854635189444061efb2f38af37c4 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 2 Nov 2025 17:29:01 +0100 Subject: [PATCH] python-werkzeug: update to version 3.1.3 Release notes: https://github.com/pallets/werkzeug/releases/tag/3.1.3 Signed-off-by: Josef Schlehofer --- lang/python/python-werkzeug/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/python/python-werkzeug/Makefile b/lang/python/python-werkzeug/Makefile index 08c67d7729..31e4d021c2 100644 --- a/lang/python/python-werkzeug/Makefile +++ b/lang/python/python-werkzeug/Makefile @@ -5,11 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-werkzeug -PKG_VERSION:=2.3.6 +PKG_VERSION:=3.1.3 PKG_RELEASE:=1 PYPI_NAME:=Werkzeug -PKG_HASH:=98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330 +PYPI_SOURCE_NAME:=werkzeug +PKG_HASH:=60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746 PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=BSD-3-Clause -- 2.30.2