We are satisfied to announce the release of: osc-lib 2.0.0: OpenStackClient Library This release is part of the ussuri 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.0.0 ^^^^^ New Features ************ * Add "KeyValueAppendAction" that allows key-value arguments to be specified multiple times. For example: "--property key1=value1 --property key1=value2". Upgrade Notes ************* * Python 2.7 support has been dropped. The minimum version of Python now supported by osc-lib is Python 3.6. Changes in osc-lib 1.15.0..2.0.0 -------------------------------- fea31fb Add a release note for dropping py2 a120a9d Drop python 2.7 support and testing 7d3b801 Add enhance_help kwarg to tags option generators 375517a Switch to Ussuri jobs 1420035 Add KeyValueAppendAction to osc-lib Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- osc_lib/cli/parseractions.py | 31 ++++- osc_lib/utils/tags.py | 77 ++++++++---- ...eyValueAppendAction-class-f830e71152d6b91e.yaml | 5 + .../notes/drop-py2-support-60c93244107d5778.yaml | 5 + setup.cfg | 2 - tox.ini | 11 +- 9 files changed, 281 insertions(+), 36 deletions(-)