Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
uvicorn
Commits:
29458eb9 by Maxime Gauduin at 2023-11-20T14:19:54+01:00
upgpkg: 0.24.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = uvicorn
pkgdesc = The lightning-fast ASGI server
- pkgver = 0.23.2
+ pkgver = 0.24.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=f3040fba6a9c628c95fd510bcd9714367a0f4f4e
+ source =
git+https://github.com/encode/uvicorn#tag=5f142a884ed52790a38b8e34df7060a0c3c6c760
b2sums = SKIP
pkgname = uvicorn
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=uvicorn
-pkgver=0.23.2
+pkgver=0.24.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server'
arch=(any)
@@ -23,7 +23,7 @@ makedepends=(
python-hatchling
python-installer
)
-_tag=f3040fba6a9c628c95fd510bcd9714367a0f4f4e
+_tag=5f142a884ed52790a38b8e34df7060a0c3c6c760
source=(git+https://github.com/encode/uvicorn#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/29458eb9c17136b2736391838b11b16733a3b6aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/29458eb9c17136b2736391838b11b16733a3b6aa
You're receiving this email because of your account on gitlab.archlinux.org.