python3-Flask: update to 2.3.3.

This commit is contained in:
Andrew J. Hesford 2023-09-08 14:11:54 -04:00
parent 476eb929f5
commit 9b073dd1de

View File

@ -1,19 +1,19 @@
# Template file for 'python3-Flask'
pkgname=python3-Flask
version=2.2.2
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-Jinja2 python3-Werkzeug
python3-itsdangerous python3-click"
version=2.3.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-Werkzeug python3-Jinja2 python3-itsdangerous
python3-click python3-blinker"
checkdepends="${depends} python3-pytest python3-hypothesis"
short_desc="Python3 web microframework"
maintainer="Pulux <pulux@pf4sh.de>"
license="BSD-3-Clause"
homepage="http://flask.pocoo.org"
changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
distfiles="${PYPI_SITE}/F/Flask/Flask-${version}.tar.gz"
checksum=642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b
distfiles="https://github.com/pallets/flask/archive/${version}.tar.gz"
checksum=0e3e8ab9a6c8c2003256583deb03cb1a561d58bf27512e9dabda10b009c5c164
conflicts="python-Flask>=0"
post_install() {