python3-Werkzeug: update to 2.2.2.

This commit is contained in:
Pulux 2022-08-10 06:27:41 +02:00 committed by classabbyamp
parent 3f2e0134d0
commit b1d7277340

View file

@ -1,18 +1,19 @@
# Template file for 'python3-Werkzeug'
pkgname=python3-Werkzeug
version=2.0.3
version=2.2.2
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest python3-hypothesis python3-requests"
checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe"
short_desc="Swiss Army knife of Python web development (Python3)"
maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="https://palletsprojects.com/p/werkzeug/"
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
checksum=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
do_check() {
# Tests depend on xprocess and pytest-timeout, which aren't packaged