* update python-quart to 0.19.6-1

This commit is contained in:
Alexander Baldeck 2024-06-26 08:52:42 +02:00
parent fce86dc71f
commit de24b17131

View File

@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
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
@ -27,9 +27,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