[arch-commits] Commit in (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 2 22:28:29 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:28:29
  Author: foutrelis
Revision: 522306

Use py38 in tox calls

Modified:
  python-blessed/trunk/PKGBUILD
  python-quart-cors/trunk/PKGBUILD
  python-quart/trunk/PKGBUILD

----------------------------------+
 python-blessed/trunk/PKGBUILD    |    2 +-
 python-quart-cors/trunk/PKGBUILD |    2 +-
 python-quart/trunk/PKGBUILD      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: python-blessed/trunk/PKGBUILD
===================================================================
--- python-blessed/trunk/PKGBUILD	2019-11-02 22:27:55 UTC (rev 522305)
+++ python-blessed/trunk/PKGBUILD	2019-11-02 22:28:29 UTC (rev 522306)
@@ -37,7 +37,7 @@
 check() {
   cd blessed
 
-  tox -e py37
+  tox -e py38
 }
 
 package() {

Modified: python-quart/trunk/PKGBUILD
===================================================================
--- python-quart/trunk/PKGBUILD	2019-11-02 22:27:55 UTC (rev 522305)
+++ python-quart/trunk/PKGBUILD	2019-11-02 22:28:29 UTC (rev 522306)
@@ -42,7 +42,7 @@
 check() {
   cd quart
 
-  tox -e py37
+  tox -e py38
 }
 
 package() {

Modified: python-quart-cors/trunk/PKGBUILD
===================================================================
--- python-quart-cors/trunk/PKGBUILD	2019-11-02 22:27:55 UTC (rev 522305)
+++ python-quart-cors/trunk/PKGBUILD	2019-11-02 22:28:29 UTC (rev 522306)
@@ -34,7 +34,7 @@
 check() {
   cd quart-cors
 
-  tox -e py37
+  tox -e py38
 }
 
 package() {



More information about the arch-commits mailing list