Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sanic
Commits:
ed33fa3f by Jelle van der Waa at 2024-10-06T19:35:21+02:00
upgpkg: 24.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sanic
pkgdesc = Async Python 3.6+ web server/framework | Build fast. Run fast.
- pkgver = 22.12.0
- pkgrel = 2
+ pkgver = 24.6.0
+ pkgrel = 1
url = https://sanic.dev/
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-sanic
depends = python-aiofiles
depends = python-websockets
depends = python-multidict
- source =
https://github.com/sanic-org/sanic/archive/v22.12.0/python-sanic-22.12.0.tar.gz
- sha256sums =
d0bb80a906112ed81340e8273d06d6a45086b897ef4af507326a2b0b1a207025
+ source =
https://github.com/sanic-org/sanic/archive/v24.6.0/python-sanic-24.6.0.tar.gz
+ sha256sums =
7d92b5a8169308d544fb2e19cdd9cee395c2fefa68a054e8025e070d44519065
pkgname = python-sanic
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname=python-sanic
-pkgver=22.12.0
-pkgrel=2
+pkgver=24.6.0
+pkgrel=1
pkgdesc='Async Python 3.6+ web server/framework | Build fast. Run fast.'
arch=("any")
url='https://sanic.dev/'
@@ -13,7 +13,7 @@ depends=('python-sanic-routing' 'python-httptools'
'python-uvloop' 'python-ujson
'python-websockets' 'python-multidict')
makedepends=('python-setuptools')
source=("https://github.com/sanic-org/sanic/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('d0bb80a906112ed81340e8273d06d6a45086b897ef4af507326a2b0b1a207025')
+sha256sums=('7d92b5a8169308d544fb2e19cdd9cee395c2fefa68a054e8025e070d44519065')
build() {
cd sanic-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic/-/commit/ed33fa3fa1e665c29aac1d4ecf3b2bf771f32096
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic/-/commit/ed33fa3fa1e665c29aac1d4ecf3b2bf771f32096
You're receiving this email because of your account on gitlab.archlinux.org.