Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / hypercorn
Commits: 8d610ab7 by Maxime Gauduin at 2023-10-30T14:15:26+01:00 upgpkg: 0.15.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,30 @@ +pkgbase = hypercorn + pkgdesc = An ASGI Server based on Hyper libraries and inspired by Gunicorn + pkgver = 0.15.0 + pkgrel = 1 + url = https://github.com/pgjones/hypercorn + arch = any + license = MIT + checkdepends = python-distlib + checkdepends = python-hypothesis + checkdepends = python-pytest + checkdepends = python-pytest-asyncio + checkdepends = python-pytest-sugar + checkdepends = python-pytest-trio + checkdepends = python-tox + checkdepends = python-trio + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + depends = python-h11 + depends = python-h2 + depends = python-priority + depends = python-toml + depends = python-typing_extensions + depends = python-wsproto + optdepends = python-trio: trio support + source = git+https://github.com/pgjones/hypercorn.git#tag=2724ad6c307239f6ee7854c7d1794a625f66f7d4 + sha256sums = SKIP + +pkgname = hypercorn ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=hypercorn -pkgver=0.14.3 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn' url=https://github.com/pgjones/hypercorn arch=(any) @@ -32,7 +32,7 @@ checkdepends=( python-trio ) optdepends=('python-trio: trio support') -_tag=8c3fc86e7f48285d69b2f3ddc676b108d78d3f6e +_tag=2724ad6c307239f6ee7854c7d1794a625f66f7d4 source=(git+https://github.com/pgjones/hypercorn.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypercorn/-/commit/8d610ab717e609f4a0f4b3aaf74f7f7a281a5204 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypercorn/-/commit/8d610ab717e609f4a0f4b3aaf74f7f7a281a5204 You're receiving this email because of your account on gitlab.archlinux.org.
