[openstack-dev] [all] cliff 1.10.0 release

Doug Hellmann doug at doughellmann.com
Tue Mar 3 15:53:14 UTC 2015


The Oslo team is pleased to announce the release of:

cliff 1.10.0: Command Line Interface Formulation Framework

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

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

Please report issues through launchpad:

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

Changes in cliff 1.9.0..1.10.0
------------------------------

9d37798 Allow to call initialize_app when running --help
08ed6b4 Hide prompt in batch/pipe mode
1f21e0f Fix pep8 tests for lambda
01c8d8f Updated from global requirements
f72da89 Fix git repo urls in tox.ini
da46b64 Add deprecated attribute to commands
b6294db Workflow documentation is now in infra-manual

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

CONTRIBUTING.rst          |  2 +-
cliff/app.py              | 39 +++++++++++++++++++++++++++------------
cliff/command.py          |  3 +++
cliff/help.py             |  2 ++
cliff/interactive.py      |  7 ++++++-
requirements.txt          |  2 +-
tox.ini                   |  8 ++++----
11 files changed, 101 insertions(+), 26 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bf06e82..754a591 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ pyparsing>=2.0.1
-six>=1.7.0
+six>=1.9.0



More information about the OpenStack-dev mailing list