From 0effdac0fc420a3ee2062175fa9b52cd880d85ea Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 4 Apr 2020 11:31:07 +0200 Subject: [PATCH] Update git submodules * Update python-qinlingclient from branch 'master' - Cleanup py27 support Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore - remove html_last_updated_fmt from conf.py, this is set by the theme now. - Remove hacking and friends from lower-contraints, those are not needed for installation. Change-Id: I81d0926a6c03f0146320e9a46eb79e661ca72eee --- python-qinlingclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-qinlingclient b/python-qinlingclient index 4116284bb3..39a95b6354 160000 --- a/python-qinlingclient +++ b/python-qinlingclient @@ -1 +1 @@ -Subproject commit 4116284bb3463669d76d455af938421cc322d696 +Subproject commit 39a95b63543b9e303140583f346ac5cb6857a7a7