Date: Monday, April 20, 2020 @ 06:31:55 Author: alucryd Revision: 616847
upgpkg: hypercorn 0.9.5-1 Modified: hypercorn/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-20 02:34:39 UTC (rev 616846) +++ PKGBUILD 2020-04-20 06:31:55 UTC (rev 616847) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=hypercorn -pkgver=0.9.3 +pkgver=0.9.5 pkgrel=1 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn' url=https://gitlab.com/pgjones/hypercorn @@ -19,6 +19,7 @@ python-setuptools ) checkdepends=( + python-distlib python-hypothesis python-pytest python-pytest-asyncio @@ -30,7 +31,7 @@ optdepends=( 'python-trio: trio support' ) -source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=c0e45a5c1c61e7f3f698d770492a04b51e2b01bc) +source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=540b10b70e3495587534bb61f3ae13352688db41) sha256sums=(SKIP) pkgver() {
