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