package/python-werkzeug: bump version to 3.1.8

https://github.com/pallets/werkzeug/blob/3.1.8/CHANGES.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:30:55 +02:00
committed by Julien Olivain
parent e204b6b73d
commit ddfaea33a8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/werkzeug/json
md5 4ce9c948613b9b823226c98e28b9004b werkzeug-3.1.6.tar.gz
sha256 210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25 werkzeug-3.1.6.tar.gz
md5 5b3063a0bfc95d46cb35258b03b9f30e werkzeug-3.1.8.tar.gz
sha256 9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44 werkzeug-3.1.8.tar.gz
# Locally computed sha256 checksums
sha256 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_WERKZEUG_VERSION = 3.1.6
PYTHON_WERKZEUG_VERSION = 3.1.8
PYTHON_WERKZEUG_SOURCE = werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/61/f1/ee81806690a87dab5f5653c1f146c92bc066d7f4cebc603ef88eb9e13957
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/dd/b2/381be8cfdee792dd117872481b6e378f85c957dd7c5bca38897b08f765fd
PYTHON_WERKZEUG_SETUP_TYPE = flit
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.txt