[openstack-announce] [release][openstackclient] cliff release 1.14.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Mon Aug 10 20:16:39 UTC 2015


We are eager to announce the release of:

cliff 1.14.0: Installed /mnt/repos/openstack-infra/release-tools
/release-tag-python-cliff-CDy/cliff/.eggs/pbr-1.4.0-py2.7.egg [pbr]
Generating ChangeLog 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

With package available at:

    https://pypi.python.org/pypi/cliff

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

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

Please report issues through launchpad:

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

Changes in cliff 1.13.0..1.14.0
-------------------------------

3473869 Add csv formatter test
eb655cc Fix encoding issue with the default python csv output
b1c17f6 Remove py26 as a default test from tox.ini
79e05f6 Set demo app up with deferred help
3396764 Add command fuzzy matching
df608e7 Updated from global requirements
b0c9206 Remove requirements.txt from tox.ini
f0b4fab Updated from global requirements
ab7bf09 Updated from global requirements
5d5aeb2 Allow subcommands to accept --help when using 'deferred_help'.
b39e2f2 Updated from global requirements
b9f5954 Fix logging config in demo app
9eca3d5 Use base command for help test
d9a0e8c Updated from global requirements
e7b63b9 Include the automatically-generated changelog
1a08a24 Updated from global requirements

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

cliff/app.py                       |  66 ++++++++++-
cliff/formatters/commaseparated.py |   2 +-
cliff/utils.py                     |  88 ++++++++++++++
demoapp/cliffdemo/main.py          |  12 +-
requirements.txt                   |   7 +-
setup.py                           |   3 +-
test-requirements.txt              |   6 +-
tox.ini                            |   6 +-
13 files changed, 254 insertions(+), 256 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0a48fca..4af0633 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.11,<2.0
+pbr<2.0,>=1.3
@@ -7 +7 @@ cmd2>=0.6.7
-PrettyTable>=0.7,<0.8
+PrettyTable<0.8,>=0.7
@@ -10 +10,2 @@ six>=1.9.0
-stevedore>=1.3.0  # Apache-2.0
+stevedore>=1.5.0 # Apache-2.0
+unicodecsv>=0.8.0
diff --git a/test-requirements.txt b/test-requirements.txt
index af151ba..38bfc9e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ nose
-mock>=1.0
+mock>=1.2
@@ -8,2 +8,2 @@ coverage>=3.6
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list