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 10, 2022
1 parent e4a85e8 commit a00be80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/python3-Pyro4/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-Pyro4'
pkgname=python3-Pyro4
version=4.80
revision=4
version=4.82
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/python3-Werkzeug/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 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/"
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 a00be80

Please sign in to comment.