package/python-werkzeug: bump to version 3.1.1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard
2024-11-01 16:17:26 -06:00
committed by Arnout Vandecappelle
parent 2eb283098b
commit 253aff15a8
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 0d13f3dbe9b08aecdebe3d9b61cc58aa werkzeug-3.0.6.tar.gz
sha256 a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d werkzeug-3.0.6.tar.gz
md5 6d7c384dc2616f434be9893bc1ae4452 werkzeug-3.1.1.tar.gz
sha256 8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4 werkzeug-3.1.1.tar.gz
# Locally computed sha256 checksums
sha256 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_WERKZEUG_VERSION = 3.0.6
PYTHON_WERKZEUG_VERSION = 3.1.1
PYTHON_WERKZEUG_SOURCE = werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/d4/f9/0ba83eaa0df9b9e9d1efeb2ea351d0677c37d41ee5d0f91e98423c7281c9
PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/32/af/d4502dc713b4ccea7175d764718d5183caf8d0867a4f0190d5d4a45cea49
PYTHON_WERKZEUG_SETUP_TYPE = flit
PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.txt