python3-Werkzeug: update to 3.1.3.

This commit is contained in:
Komeil Parseh 2025-07-31 19:22:13 +03:30 committed by classabbyamp
parent ed3c7067a6
commit 5d694b6b5d

View file

@ -1,7 +1,7 @@
# Template file for 'python3-Werkzeug'
pkgname=python3-Werkzeug
version=3.0.1
revision=2
version=3.1.3
revision=1
build_style=python3-pep517
# Some tests depend on unpackaged dependencies
make_check_args="
@ -18,7 +18,7 @@ license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/werkzeug/"
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
checksum=d5aed0e7fe61a83cf385c94f7cf7f6c43a7affa7f81ef7b07bd632834756f4dc
checksum=bee857f4423d7ebf0d6d8bf76c90c70470cc5acecd1187e9484f6dc899487d6d
pre_check() {
# For some reason, --ignore doesn't work on this file
@ -26,5 +26,5 @@ pre_check() {
}
post_install() {
vlicense LICENSE.rst
vlicense LICENSE.txt
}