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