We are chuffed to announce the release of: oslo.upgradecheck 1.4.0: Common code for writing OpenStack upgrade checks This release is part of the xena 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. Changes in oslo.upgradecheck 1.3.0..1.4.0 ----------------------------------------- 75fe376 Move flake8 as a pre-commit local target. 276ecd7 Add Python3 xena unit tests db3e3a9 Update master for stable/wallaby 8a43c37 Remove lower-constraints remnants f234316 Uncap PrettyTable 456bd85 Remove six a962943 Dropping lower constraints testing 20b199e Use TOX_CONSTRAINTS_FILE 09c42be Use py3 as the default runtime for tox Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 10 +++++++--- .zuul.yaml | 3 +-- lower-constraints.txt | 9 --------- oslo_upgradecheck/upgradecheck.py | 11 +++++------ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++++ requirements.txt | 2 +- tox.ini | 36 ++++++++++++++---------------------- 8 files changed, 35 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2f5f024..45ca61f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ oslo.i18n>=3.15.3 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD