We contentedly announce the release of: oslo.upgradecheck 0.3.0: Common code for writing OpenStack upgrade checks This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslo.upgradecheck Download the package from: https://pypi.org/project/oslo.upgradecheck Please report issues through: https://bugs.launchpad.net/oslo.upgradecheck/+bugs For more details, please see below. 0.3.0 ^^^^^ New Features * oslo.upgradecheck now supports the command line flag "--json" to have the upgrade check results output in a compact, machine readable JSON format. The default output without this flag remains a human readable table of the results. Changes in oslo.upgradecheck 0.2.1..0.3.0 ----------------------------------------- 3a92c6e Enable JSON results output 1878153 Sync Sphinx requirement 0430df3 Replace git.openstack.org URLs with opendev.org URLs d723930 OpenDev Migration Patch 41f47ae Dropping the py35 testing b1a3426 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- HACKING.rst | 2 +- README.rst | 6 +-- oslo_upgradecheck/upgradecheck.py | 58 +++++++++++++++------- releasenotes/notes/.placeholder | 0 .../notes/json-output-78a9e19588b7b1e1.yaml | 7 +++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++ setup.cfg | 1 - test-requirements.txt | 3 +- tox.ini | 2 +- 12 files changed, 66 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 270a8ea..cf3bc33 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ stestr>=2.0.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD