package/python-werkzeug: bump to version 3.1.3

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-09 12:24:24 -07:00 committed by Thomas Petazzoni
parent fe4207ee79
commit 7aad46406a
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 6fd3f04f07bed8ee00bf417b68544849 werkzeug-3.1.2.tar.gz
sha256 f471a4cd167233077e9d2a8190c3471c5bc520c636a9e3c1e9300c33bced03bc werkzeug-3.1.2.tar.gz
md5 b6005d403d01d08b9fe2330a0cfea05a werkzeug-3.1.3.tar.gz
sha256 60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746 werkzeug-3.1.3.tar.gz
# Locally computed sha256 checksums
sha256 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b LICENSE.txt

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_WERKZEUG_VERSION = 3.1.2
PYTHON_WERKZEUG_VERSION = 3.1.3
PYTHON_WERKZEUG_SOURCE = werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/9f/e7/58868f1a95bd6f2ffa0a26af212675fb74be2a4c4bfa3541077b0ca14ad3
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/9f/69/83029f1f6300c5fb2471d621ab06f6ec6b3324685a2ce0f9777fd4a8b71e
PYTHON_WERKZEUG_SETUP_TYPE = flit
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.txt