From 80430c8ecdf855fdaf427f76d900e78dbbdf5c3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 17 May 2021 22:00:31 -0400 Subject: [PATCH] python3-quart: update to 0.15.0. --- srcpkgs/python3-quart/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 668cff92ecb..76b92ea456c 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -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