David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
hypercorn


Commits:
7a2d1c8a by David Runge at 2024-05-14T20:03:55+02:00
Switch to locked signed tag commit for better source transparency

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
515579b0 by David Runge at 2024-05-14T20:04:25+02:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
20019a0c by David Runge at 2024-05-14T20:05:36+02:00
upgpkg: 0.16.0-3

Rebuild to remove unnecessary dependencies.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hypercorn
        pkgdesc = An ASGI Server based on Hyper libraries and inspired by 
Gunicorn
        pkgver = 0.16.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/pgjones/hypercorn
        arch = any
        license = MIT
@@ -18,14 +18,12 @@ pkgbase = hypercorn
        makedepends = python-installer
        makedepends = python-poetry-core
        depends = python
-       depends = python-exceptiongroup
        depends = python-h11
        depends = python-h2
        depends = python-priority
-       depends = python-tomli
        depends = python-wsproto
        optdepends = python-trio: trio support
-       source = 
git+https://github.com/pgjones/hypercorn.git#tag=f8e4e5de3aec7f8eb986535163c3d5b4f424465c
-       sha256sums = SKIP
+       source = git+https://github.com/pgjones/hypercorn.git#tag=0.16.0
+       sha256sums = 
799865554b028af3d483c932b1cfa7ad8b2a8ec4f3bbd0e7abbe78110b3c41f7
 
 pkgname = hypercorn


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[hypercorn]
+source = "pypi"
+pypi = "hypercorn"


=====================================
PKGBUILD
=====================================
@@ -2,18 +2,16 @@
 
 pkgname=hypercorn
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
 url=https://github.com/pgjones/hypercorn
 arch=(any)
 license=(MIT)
 depends=(
   python
-  python-exceptiongroup
   python-h11
   python-h2
   python-priority
-  python-tomli
   python-wsproto
 )
 makedepends=(
@@ -33,14 +31,8 @@ checkdepends=(
   python-trio
 )
 optdepends=('python-trio: trio support')
-_tag=f8e4e5de3aec7f8eb986535163c3d5b4f424465c
-source=(git+https://github.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-  git describe --tags
-}
+source=(git+$url.git#tag=$pkgver)
+sha256sums=('799865554b028af3d483c932b1cfa7ad8b2a8ec4f3bbd0e7abbe78110b3c41f7')
 
 build() {
   cd hypercorn



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hypercorn/-/compare/2cf189790b04123d016bfdba594101fa3b5e673e...20019a0c37f7cffd7e5ccb603f98bfbd62233dfc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hypercorn/-/compare/2cf189790b04123d016bfdba594101fa3b5e673e...20019a0c37f7cffd7e5ccb603f98bfbd62233dfc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to