Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
uvicorn
Commits:
9609378e by Maxime Gauduin at 2024-10-03T15:19:02+02:00
upgpkg: 0.31.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = uvicorn
pkgdesc = The lightning-fast ASGI server
- pkgver = 0.30.6
+ pkgver = 0.31.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=7dc027d5fb980c7bd52ab4611f3109a796cec974
- b2sums =
9c9b2e72423956b9ee29a64369f61ca788a61fc798e944ca6c9540b77a0d732c5dfa84dc96e61f0fca28ec92dbf0d8b389fe34bc7679d4a253b726062f5f2183
+ source =
git+https://github.com/encode/uvicorn#tag=a50753268a9033dcdc57d6dee45f3829cdedf8f0
+ b2sums =
42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2
pkgname = uvicorn
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=uvicorn
-pkgver=0.30.6
+pkgver=0.31.0
pkgrel=1
pkgdesc='The lightning-fast ASGI server'
arch=(any)
@@ -23,9 +23,9 @@ makedepends=(
python-hatchling
python-installer
)
-_tag=7dc027d5fb980c7bd52ab4611f3109a796cec974
+_tag=a50753268a9033dcdc57d6dee45f3829cdedf8f0
source=(git+https://github.com/encode/uvicorn#tag=${_tag})
-b2sums=('9c9b2e72423956b9ee29a64369f61ca788a61fc798e944ca6c9540b77a0d732c5dfa84dc96e61f0fca28ec92dbf0d8b389fe34bc7679d4a253b726062f5f2183')
+b2sums=('42f97d901233b4256abb5fde4fbb5a345c6735884b4005697ba089cb9e889d6d9ee76e21a239681d28d2d3994f806c5b19a439d1f1686b3ee872a95a058266c2')
pkgver() {
cd uvicorn
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/9609378e61e490c1580d92fd1a62b33ff1172511
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uvicorn/-/commit/9609378e61e490c1580d92fd1a62b33ff1172511
You're receiving this email because of your account on gitlab.archlinux.org.