Date: Tuesday, April 11, 2023 @ 18:21:45 Author: arojas Revision: 1444729
upgpkg: hypercorn 0.14.3-2: Python 3.11 rebuild Modified: hypercorn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-11 18:19:37 UTC (rev 1444728) +++ PKGBUILD 2023-04-11 18:21:45 UTC (rev 1444729) @@ -2,7 +2,7 @@ pkgname=hypercorn pkgver=0.14.3 -pkgrel=1 +pkgrel=2 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn' url=https://github.com/pgjones/hypercorn arch=(any) @@ -48,7 +48,7 @@ check() { cd hypercorn - tox -e py310 + tox -e py311 } package() {
