Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
uvicorn
Commits:
edd258fe by Maxime Gauduin at 2024-01-05T11:10:33+01:00
upgpkg: 0.25.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = uvicorn
pkgdesc = The lightning-fast ASGI server
- pkgver = 0.24.0
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/encode/uvicorn
arch = any
@@ -16,7 +16,7 @@ pkgbase = uvicorn
depends = python-httptools
depends = python-uvloop
depends = python-websockets
- source =
git+https://github.com/encode/uvicorn#tag=5f142a884ed52790a38b8e34df7060a0c3c6c760
+ source =
git+https://github.com/encode/uvicorn#tag=b52f3f97842dfa59cbef2e1e6f6606d8ea21e4c2
b2sums = SKIP
pkgname = uvicorn
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=uvicorn
-pkgver=0.24.0
+pkgver=0.25.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server'
arch=(any)
@@ -23,7 +23,7 @@ makedepends=(
python-hatchling
python-installer
)
-_tag=5f142a884ed52790a38b8e34df7060a0c3c6c760
+_tag=b52f3f97842dfa59cbef2e1e6f6606d8ea21e4c2
source=(git+https://github.com/encode/uvicorn#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/edd258feb5e91e734c2952af974c2fa62bb48082
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/edd258feb5e91e734c2952af974c2fa62bb48082
You're receiving this email because of your account on gitlab.archlinux.org.