[openstack-announce] [release][openstack] cliff-announce-release 1.16.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 22:24:57 UTC 2016


We are glad to announce the release of:

cliff-announce-release 1.16.0: Command Line Interface Formulation
Framework

This release is part of the mitaka release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in cliff 1.15.0..1.16.0
-------------------------------

a61240a Updated from global requirements
a3b4af9 remove openstack-common.conf
86ca613 Add doc for deferred_help parameter
7238234 Fix pep8 failure
1e3ef64 app,command: disallow abbrev by default
9b2ecef app: work-around abbrev
ef03cf4 remove unnecessary dependency on argparse
e2502be Make verbose and quiet mutually exclusive
c490775 setup: fix Python versions classifiers
e2604f1 Replace dashes with underscores in bash completion
b5f9802 Updated from global requirements
e7c3c62 Resize columns to fit screen width
b8e7a78 fix fuzzy search for same-distance case
9740be0 Correct path to docs
25cce67 only use unicodecsv for python 2.x
e3a2489 Fix test class docstring for py 3.5

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

Makefile                             |   4 +-
cliff/app.py                         |  49 ++++----
cliff/argparse.py                    |  18 +++
cliff/command.py                     |   4 +-
cliff/complete.py                    |  12 +-
cliff/formatters/commaseparated.py   |   7 +-
cliff/formatters/table.py            |  99 ++++++++++++++++-
cliff/utils.py                       |  40 ++++++-
openstack-common.conf                |   7 --
requirements.txt                     |  15 ++-
setup.cfg                            |   3 +-
setup.py                             |   2 +-
test-requirements.txt                |  12 +-
19 files changed, 569 insertions(+), 65 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1dda2f0..f334651 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,5 @@
-pbr<2.0,>=1.4
-argparse
-cmd2>=0.6.7
-PrettyTable<0.8,>=0.7
-pyparsing>=2.0.1
-six>=1.9.0
+pbr>=1.6 # Apache-2.0
+cmd2>=0.6.7 # MIT
+PrettyTable<0.8,>=0.7 # BSD
+pyparsing>=2.0.1 # MIT
+six>=1.9.0 # MIT
@@ -11,2 +10,2 @@ stevedore>=1.5.0 # Apache-2.0
-unicodecsv>=0.8.0
-PyYAML>=3.1.0
+unicodecsv>=0.8.0 # BSD
+PyYAML>=3.1.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 38bfc9e..195063b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,3 @@
-nose
-mock>=1.2
-coverage>=3.6
+nose # LGPL
+mock>=1.2 # BSD
+coverage>=3.6 # Apache-2.0
@@ -8,3 +8,3 @@ coverage>=3.6
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
-httplib2>=0.7.5
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+httplib2>=0.7.5 # MIT





More information about the OpenStack-announce mailing list