Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-quart
Commits:
a7336e6e by Maxime Gauduin at 2024-05-20T10:16:55+02:00
upgpkg: 0.19.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-quart
pkgdesc = A Python ASGI web microframework with the same API as Flask
- pkgver = 0.19.5
+ pkgver = 0.19.6
pkgrel = 1
url = https://github.com/pallets/quart
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-quart
depends = python-jinja
depends = python-markupsafe
depends = python-werkzeug
- source =
git+https://github.com/pallets/quart.git#tag=d5b5a99d7e1cfb123ae582a3cd8c59f782e08cd4
- sha256sums = SKIP
+ source =
git+https://github.com/pallets/quart.git#tag=2fc6d4fa6e3df017e8eef1411ec80b5a6dce25a5
+ sha256sums =
7118e6bb103b8f8384b32822900307407be27d06d1645f23a31123d1f163f43a
pkgname = python-quart
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-quart
-pkgver=0.19.5
+pkgver=0.19.6
pkgrel=1
pkgdesc='A Python ASGI web microframework with the same API as Flask'
url=https://github.com/pallets/quart
@@ -26,9 +26,9 @@ makedepends=(
python-poetry-core
python-wheel
)
-_tag=d5b5a99d7e1cfb123ae582a3cd8c59f782e08cd4
+_tag=2fc6d4fa6e3df017e8eef1411ec80b5a6dce25a5
source=(git+https://github.com/pallets/quart.git#tag=${_tag})
-sha256sums=(SKIP)
+sha256sums=('7118e6bb103b8f8384b32822900307407be27d06d1645f23a31123d1f163f43a')
prepare() {
sed 's/name = "Quart"/name = "quart"/' -i quart/pyproject.toml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart/-/commit/a7336e6e52350faffb7c666cd6156e28c112b52b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart/-/commit/a7336e6e52350faffb7c666cd6156e28c112b52b
You're receiving this email because of your account on gitlab.archlinux.org.