We are delighted to announce the release of: cliff 2.12.0: Command Line Interface Formulation Framework This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through launchpad: https://bugs.launchpad.net/python-cliff For more details, please see below. Changes in cliff 2.11.0..2.12.0 ------------------------------- 5e4b3be update cmd2 dependency to handle py3 only versions dae0883 Remove travis.yml 369342c exclude cmd2 0.8.3 and update to 0.8.4 73a5d65 add lower-constraints job 5e1ef9a fix typos in documentation 065924e Updated from global requirements b071b6b Remove the warning of getargspec removal 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) ------------------------------------- .travis.yml | 8 -------- .zuul.yaml | 3 ++- cliff/app.py | 3 +-- cliff/command.py | 4 ++-- cliff/commandmanager.py | 5 +++-- cliff/help.py | 5 +++-- cliff/interactive.py | 10 ++++++++-- cliff/sphinxext.py | 9 +++++++++ cliff/utils.py | 7 +++++++ lower-constraints.txt | 37 +++++++++++++++++++++++++++++++++++++ requirements.txt | 7 ++++--- test-requirements.txt | 2 +- tox.ini | 7 +++++++ 14 files changed, 86 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4f26b92..e83be76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,3 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cmd2>=0.6.7 # MIT -PrettyTable<0.8,>=0.7.1 # BSD +cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT +cmd2!=0.8.3;python_version>='3.0' # MIT +PrettyTable<0.8,>=0.7.2 # BSD @@ -11 +12 @@ unicodecsv>=0.8.0;python_version<'3.0' # BSD -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index dbb6402..4755809 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.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org