[new][openstack] cliff 2.2.0 release (newton)
We are satisfied to announce the release of: cliff 2.2.0: Command Line Interface Formulation Framework This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/cliff With package available at: https://pypi.python.org/pypi/cliff Please report issues through launchpad: https://bugs.launchpad.net/python-cliff For more details, please see below. Changes in cliff 2.1.0..2.2.0 ----------------------------- 50d6708 Avoid ASCII encoding errors when output is redirected f7c9713 Fix cliff URLs in doc and demoapp 820d6db Remove announce.rst 99cf6a5 Fix Command class doc typo 0ffb036 Updated from global requirements 487d686 Fixed broken link 94b1666 add formattable columns concept 19dd490 Add tests, cover more cases 60bc7d7 Updated from global requirements 1ecd63b pep8: fix F405 error a4dc454 command: make run() return take_action() value Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- announce.rst | 40 ---------------- cliff/app.py | 41 +++++++++++++++++ cliff/argparse.py | 2 +- cliff/columns.py | 28 ++++++++++++ cliff/command.py | 7 ++- cliff/formatters/base.py | 13 ++++++ cliff/formatters/commaseparated.py | 11 ++++- cliff/formatters/json_format.py | 15 +++++- cliff/formatters/shell.py | 4 ++ cliff/formatters/table.py | 23 ++++++---- cliff/formatters/value.py | 14 +++++- cliff/formatters/yaml_format.py | 14 +++++- demoapp/setup.py | 4 +- requirements.txt | 2 +- test-requirements.txt | 2 +- 26 files changed, 500 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 717f2d2..995198d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ six>=1.9.0 # MIT -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8f6106d..edf9641 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage>=3.6 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org