Skip to content

Commit

Permalink
python3-Werkzeug: update to 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpulux committed Aug 11, 2022
1 parent e4a85e8 commit 13f213f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/python3-Werkzeug/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13f213f

Please sign in to comment.