We are tickled pink to announce the release of: sushy-cli 0.3.0: Redfish CLI tool based on sushy Redfish client library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/sushy-cli Download the package from: https://pypi.org/project/sushy-cli Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy-cli For more details, please see below. Changes in sushy-cli 0.2.0..0.3.0 --------------------------------- 0e0f8c4 drop mock from lower-constraints a66bb0d Switch to newer openstackdocstheme and reno versions e2e383a Update lower-constraints.txt 57b9cf0 Add py38 package metadata 580936b Add pep8 check for import order 7db903e Use unittest.mock instead of third party mock 9a78254 Stop configuring install_command in tox. 0cd363c Add Python3 victoria unit tests 3252396 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 52 +++++++++++++++++++++++++++++++++------- releasenotes/source/conf.py | 7 +++++- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 1 + sushycli/base.py | 1 - sushycli/base_vmedia.py | 1 - test-requirements.txt | 1 + tox.ini | 4 +++- zuul.d/project.yaml | 2 +- 13 files changed, 73 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 32ec9c1..b6ab73a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ testtools>=2.2.0 # MIT +flake8-import-order>=0.17.1 # LGPLv3
participants (1)
-
no-reply@openstack.org