[release-announce] cliff 2.8.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 3 14:03:58 UTC 2018


We are psyched to announce the release of:

cliff 2.8.2: Command Line Interface Formulation Framework

This release is part of the pike stable release series.

The source is available from:

    http://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.8.1..2.8.2
-----------------------------

2df12e4 Align parsed() call with cmd2 versions >= 0.7.3
0e7676b update cmd2 dependency to handle py3 only versions


Diffstat (except docs and test files)
-------------------------------------

cliff/interactive.py | 8 +++++++-
requirements.txt     | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 921ab65..c60b99b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-cmd2>=0.6.7 # MIT
+cmd2>=0.6.7,<0.9.0;python_version<'3.0' # MIT
+cmd2>=0.6.7;python_version>='3.0' # MIT






More information about the Release-announce mailing list