We joyfully announce the release of: cliff 3.6.0: Command Line Interface Formulation Framework This release is part of the wallaby 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 3.5.0..3.6.0 ----------------------------- 37e53ca trivial: Remove references to Python 2.7 bc76d32 Remove six 105a183 List setuptools under install_requires Diffstat (except docs and test files) ------------------------------------- cliff/_argparse.py | 12 +-- cliff/app.py | 14 --- cliff/columns.py | 5 +- cliff/command.py | 4 +- cliff/complete.py | 5 +- cliff/display.py | 4 +- cliff/formatters/base.py | 11 +-- cliff/formatters/commaseparated.py | 22 +---- cliff/formatters/shell.py | 7 +- cliff/formatters/table.py | 3 +- cliff/formatters/value.py | 10 +-- cliff/hooks.py | 5 +- cliff/lister.py | 4 +- cliff/show.py | 5 +- cliff/utils.py | 52 ----------- demoapp/setup.py | 19 ++-- lower-constraints.txt | 1 - requirements.txt | 1 - setup.py | 1 + 29 files changed, 122 insertions(+), 378 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1f87db9..cb74608 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ pyparsing>=2.1.0 # MIT -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org