Date: Thursday, May 28, 2020 @ 08:09:38 Author: alucryd Revision: 636187
upgpkg: python-quart 0.12.0-1 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 08:09:19 UTC (rev 636186) +++ PKGBUILD 2020-05-28 08:09:38 UTC (rev 636187) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.11.4 +pkgver=0.12.0 pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://gitlab.com/pgjones/quart @@ -23,6 +23,7 @@ ) checkdepends=( python-asynctest + python-distlib python-hypothesis python-pytest python-pytest-asyncio @@ -30,7 +31,7 @@ python-pytest-sugar python-tox ) -source=(git+https://gitlab.com/pgjones/quart.git#tag=785e0ebc5f66a5c9376f6f800406010d2e039ef1) +source=(git+https://gitlab.com/pgjones/quart.git#tag=a2c91d8468042174c2babbef48bf81ef63bf75b9) sha256sums=(SKIP) pkgver() {
