From 581202961c4772e518422b269e01a84ccc7f5378 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 13 Apr 2020 15:26:08 +0200 Subject: [PATCH] Update git submodules * Update blazar-dashboard from branch 'master' - Cleanup py27 support This repo is now testing only with Python 3, so let's 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 - Update classifiers - Update requirements, no need for python_version anymore - Switch to using sphinx-build - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme version - Update hacking to version 3.0; remove hacking and friends from requirements, they are not needed; fix warnings found - Use unittest.mock Change-Id: I379c086a15477da4b0223fddd48035c829992c88 --- blazar-dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazar-dashboard b/blazar-dashboard index da3ecf43eb..26fda6b697 160000 --- a/blazar-dashboard +++ b/blazar-dashboard @@ -1 +1 @@ -Subproject commit da3ecf43eb51943f5c5ddf8cd666e28953208806 +Subproject commit 26fda6b6976edef785b5a9f2e1ca6565e761d866