Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-quart
Commits: df1d7cb0 by Maxime Gauduin at 2023-10-09T23:31:57+02:00 upgpkg: 0.19.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = python-quart + pkgdesc = A Python ASGI web microframework with the same API as Flask + pkgver = 0.19.3 + pkgrel = 1 + url = https://github.com/pallets/quart + arch = any + license = MIT + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + makedepends = python-wheel + depends = hypercorn + depends = python-aiofiles + depends = python-blinker + depends = python-click + depends = python-importlib-metadata + depends = python-itsdangerous + depends = python-jinja + depends = python-markupsafe + depends = python-werkzeug + source = git+https://github.com/pallets/quart.git#tag=6e202846385cf24311603d53ba6bc90b8d4eed56 + sha256sums = SKIP + +pkgname = python-quart ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart -pkgver=0.18.4 +pkgver=0.19.3 pkgrel=1 pkgdesc='A Python ASGI web microframework with the same API as Flask' url=https://github.com/pallets/quart @@ -25,7 +25,7 @@ makedepends=( python-poetry-core python-wheel ) -_tag=96af64f13cb588f7f2e5bd84d6d01ccf7542d6b8 +_tag=6e202846385cf24311603d53ba6bc90b8d4eed56 source=(git+https://github.com/pallets/quart.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart/-/commit/df1d7cb0e751d46db60f12c49b6fc313065d4e0d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-quart/-/commit/df1d7cb0e751d46db60f12c49b6fc313065d4e0d You're receiving this email because of your account on gitlab.archlinux.org.
