Date: Tuesday, May 18, 2021 @ 08:30:36 Author: alucryd Revision: 936223
upgpkg: python-quart 0.15.0-1 Modified: python-quart/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 08:30:06 UTC (rev 936222) +++ PKGBUILD 2021-05-18 08:30:36 UTC (rev 936223) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.14.1 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://gitlab.com/pgjones/quart arch=(any) @@ -31,7 +31,7 @@ python-pytest-sugar python-tox ) -_tag=f6709c6082a3cab9dffdcd937122f4d65a5990f7 +_tag=169162bf7a1aead6254ece081d89c20ed48b9708 source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag}) sha256sums=(SKIP)
