python3-Flask: update to 2.0.2.

This commit is contained in:
Pulux 2021-12-04 21:13:49 +01:00 committed by Andrew J. Hesford
parent fd630781a2
commit 0de4aa29c2

View file

@ -1,7 +1,7 @@
# Template file for 'python3-Flask' # Template file for 'python3-Flask'
pkgname=python3-Flask pkgname=python3-Flask
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"
@ -13,7 +13,7 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://flask.pocoo.org" homepage="http://flask.pocoo.org"
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz" distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=1c4c257b1892aec1398784c63791cbaa43062f1f7aeb555c4da961b20ee68f55 checksum=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
conflicts="python-Flask>=0" conflicts="python-Flask>=0"
post_install() { post_install() {