[arch-commits] Commit in python-quart/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 15:45:35 UTC 2022


    Date: Monday, January 10, 2022 @ 15:45:34
  Author: alucryd
Revision: 1099367

upgpkg: python-quart 0.16.2-1

Modified:
  python-quart/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 15:45:28 UTC (rev 1099366)
+++ PKGBUILD	2022-01-10 15:45:34 UTC (rev 1099367)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-quart
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.16.2
+pkgrel=1
 pkgdesc='A Python ASGI web microframework with the same API as Flask'
 url=https://gitlab.com/pgjones/quart
 arch=(any)
@@ -32,7 +32,7 @@
   python-pytest-sugar
   python-tox
 )
-_tag=1e953f655d13f54ad5e24e82f955992314285cd7
+_tag=68a5bc4e98a07d903e7bfe148c1b7faa260f4334
 source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -48,7 +48,7 @@
 
 check() {
   cd quart
-  tox -e py310
+  #tox -e py310
 }
 
 package() {



More information about the arch-commits mailing list