We are jazzed to announce the release of: cliff 2.4.1: Command Line Interface Formulation Framework This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/cliff Download the package from: 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.4.0..2.4.1 ----------------------------- 132c948 Fix codec error when format=csv 616dde4 Fix PEP8 in gate 54ddc07 Updated from global requirements 3c7d623 Fix broken tests due to API changes in cmd2>=0.7.3 ff4a72c Updated from global requirements ecf3650 Updated from global requirements b79f34b Updated from global requirements e6521d1 Multiple things to unwedge stable/ocata 5168157 Updated from global requirements 2ba4f70 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + cliff/app.py | 4 +-- cliff/formatters/commaseparated.py | 23 ++++++++++++---- cliff/interactive.py | 4 +-- cliff/utils.py | 52 ++++++++++++++++++++++++++++++++++++ requirements.txt | 4 ++- 10 files changed, 154 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9bb0a32..03354f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ PrettyTable<0.8,>=0.7.1 # BSD -pyparsing>=2.0.7 # MIT +pyparsing>=2.1.0 # MIT @@ -11,0 +12,2 @@ PyYAML>=3.10.0 # MIT +# Blacklist setuptools 34.0.0-34.3.0 due to https://github.com/pypa/setuptools/issues/951 +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL