[openstack-dev] [release][openstackclient] cliff release 1.13.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 9 16:20:48 UTC 2015


We are happy to announce the release of:

cliff 1.13.0: Command Line Interface Formulation Framework

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/cliff

For more details, please see the git log history below and:

    https://launchpad.net/python-cliff/+milestone/1.13.0

Please report issues through launchpad:

    https://bugs.launchpad.net/python-cliff

Changes in cliff 1.12.0..1.13.0
-------------------------------

8a4a93f Fix object has no attribute debug error
c904cd0 Add some docs for list value formatter
24120da Add value format for list command
bacb4c6 Updated from global requirements
ec7549c Remove run_cross_tests.sh
f8549ff fix author contact details
efdbc03 Print help on help command
6d29200 Add documentation for the value formatter
a84421e Sort the fuzzy matches
b6efad3 Defer interactive import

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

.gitignore                           |  4 +++
cliff/app.py                         | 10 ++++--
cliff/formatters/value.py            | 10 +++++-
cliff/help.py                        |  5 +--
requirements.txt                     |  2 +-
setup.cfg                            |  5 +--
11 files changed, 100 insertions(+), 97 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0bc229b..0a48fca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0





More information about the OpenStack-dev mailing list