Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
uvicorn
Commits:
808b489e by Antonio Rojas at 2024-12-25T12:49:19+01:00
upgpkg: 0.34.0-1: Update to 0.34.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = uvicorn
pkgdesc = The lightning-fast ASGI server
- pkgver = 0.31.0
+ pkgver = 0.34.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=a50753268a9033dcdc57d6dee45f3829cdedf8f0
- b2sums =
42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2
+ source =
git+https://github.com/encode/uvicorn#tag=7983c1ae9c2276b94cd85217f7aa58bb248847c4
+ b2sums =
e419e2d1fd556c62c20823650f68f5ae89006bf882a074743f8512ac68198fff0df1476a46d3a5c6e98052219911c0c9ecfa6cb985f0543847f36d77ddee8e5b
pkgname = uvicorn
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=uvicorn
-pkgver=0.31.0
+pkgver=0.34.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server'
arch=(any)
@@ -23,9 +23,9 @@ makedepends=(
python-hatchling
python-installer
)
-_tag=a50753268a9033dcdc57d6dee45f3829cdedf8f0
+_tag=7983c1ae9c2276b94cd85217f7aa58bb248847c4
source=(git+https://github.com/encode/uvicorn#tag=${_tag})
-b2sums=('42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2')
+b2sums=('e419e2d1fd556c62c20823650f68f5ae89006bf882a074743f8512ac68198fff0df1476a46d3a5c6e98052219911c0c9ecfa6cb985f0543847f36d77ddee8e5b')
pkgver() {
cd uvicorn
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/808b489e8bfc5b4f38aba8735a012439cd8426ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/808b489e8bfc5b4f38aba8735a012439cd8426ca
You're receiving this email because of your account on gitlab.archlinux.org.