We contentedly announce the release of: cliff 2.17.0: Command Line Interface Formulation Framework This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cliff For more details, please see below. Changes in cliff 2.11.0..2.17.0 ------------------------------- 8bcd068 Allow finding command by partial name 8416650 Align parsed() call with cmd2 versions >= 0.7.3 210a6d1 Fix cmd2 doc URL 857317d sphinxext: Warn if namespace or command pattern invalid 041a8e9 Zuul: Remove project name 6e7a017 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - cliff/commandmanager.py | 23 +++++++++++++++- cliff/interactive.py | 10 +++++-- cliff/sphinxext.py | 9 +++++++ test-requirements.txt | 2 +- 7 files changed, 96 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index dbb6402..1ebb594 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org