python3-quart: update to 0.15.0.

This commit is contained in:
Andrew J. Hesford 2021-05-17 22:00:31 -04:00
parent 838bb6bc15
commit 80430c8ecd

View File

@ -1,11 +1,11 @@
# Template file for 'python3-quart'
pkgname=python3-quart
version=0.14.1
version=0.15.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-aiofiles python3-hypercorn python3-click
depends="python3-aiofiles python3-hypercorn python3-click python3-toml
python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug"
checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock $depends"
short_desc="Python asyncio ASGI web framework with Flask API"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://gitlab.com/pgjones/quart"
changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
checksum=6ee8ccd58e2753cc50fe86f212cbb6e2296f809502fb6dd8bd0bf078ed72a544
checksum=1557ff58616be7d6449abbc06d5e1734aef013936f91ec448d62541b6861ff7b
do_check() {
vsed -e '/addopts/d' -i setup.cfg