We enthusiastically announce the release of: osc-lib 2.2.0: OpenStackClient Library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/osc-lib Download the package from: https://pypi.org/project/osc-lib Please report issues through: https://storyboard.openstack.org/#!/project/openstack/osc-lib For more details, please see below. 2.2.0 ^^^^^ New Features ************ * Integrate get_osc_show_columns_for_sdk_resource function to ease showing SDK resources. Upgrade Notes ************* * The "osc_lib.command.commandmanager.CommandManager" class is a direct subclass of "cliff.commandmanager.CommandManager". The extra osc_lib functionality has been shifted upstream into cliff. Changes in osc-lib 2.1.0..2.2.0 ------------------------------- b6d1d53 Remove commandmanager subclass 213d201 Stop configuring install_command in tox and stop use pip. 29a0c5a Add get_osc_show_columns_for_sdk_resource function eac4ac1 Switch to newer openstackdocstheme and reno versions 1ff3720 Revert "Add error message when occurrence Forbidden error" Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 6 +- osc_lib/command/commandmanager.py | 41 +------- osc_lib/shell.py | 2 +- osc_lib/utils/__init__.py | 57 +++++++++-- .../notes/add_sdk_utils-d0c338eba682f2c8.yaml | 5 + .../remove-group-subclass-82134e6915c7c782.yaml | 6 ++ releasenotes/source/conf.py | 20 ++-- requirements.txt | 2 +- test-requirements.txt | 5 - tox.ini | 12 +-- 14 files changed, 127 insertions(+), 215 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 304acdb..5fd3a6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff!=2.9.0,>=2.8.0 # Apache-2.0 +cliff>=3.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b2a7a62..55e387b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ requests-mock>=1.1.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD @@ -17,4 +15,0 @@ flake8-import-order>=0.17.1 # LGPLv3 - -# Documentation -openstackdocstheme>=1.18.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org