python3-Werkzeug: update to 2.0.2.
This commit is contained in:
parent
b17028b0a1
commit
fd630781a2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-Werkzeug'
|
# Template file for 'python3-Werkzeug'
|
||||||
pkgname=python3-Werkzeug
|
pkgname=python3-Werkzeug
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://palletsprojects.com/p/werkzeug/"
|
homepage="https://palletsprojects.com/p/werkzeug/"
|
||||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||||
checksum=1de1db30d010ff1af14a009224ec49ab2329ad2cde454c8a708130642d579c42
|
checksum=aa2bb6fc8dee8d6c504c0ac1e7f5f7dc5810a9903e793b6f715a9f015bdadb9a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Tests depend on xprocess and pytest-timeout, which aren't packaged
|
# Tests depend on xprocess and pytest-timeout, which aren't packaged
|
||||||
|
|
Loading…
Reference in a new issue