[release-announce] [openstackclient] cliff 2.7.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon May 8 15:00:12 UTC 2017


We are gleeful to announce the release of:

cliff 2.7.0: Command Line Interface Formulation Framework

This release is part of the pike 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.6.0..2.7.0
-----------------------------

c548b7b covert test suite to use testrepository
9d505a7 Add smart help formatter for command parser


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

.gitignore                           |    3 +
.testr.conf                          |    7 +
cliff/command.py                     |   22 +
test-requirements.txt                |    8 +-
tox.ini                              |    6 +-
23 files changed, 2137 insertions(+), 1938 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a80bfd6..ee61629 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,4 @@
-nose # LGPL
+
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -5,0 +9,2 @@ mock>=2.0 # BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+
@@ -6,0 +12 @@ coverage>=4.0 # Apache-2.0
+





More information about the Release-announce mailing list