[openstack-dev] [release] cliff release 1.11.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 19:23:15 UTC 2015
We are delighted to announce the release of:
cliff 1.11.0: Command Line Interface Formulation Framework
For more details, please see the git log history below and:
https://launchpad.net/python-cliff/+milestone/1.11.0
Please report issues through launchpad:
https://bugs.launchpad.net/python-cliff
Changes in cliff 1.10.1..1.11.0
-------------------------------
3b138fe 2015-04-18 13:12:20 +0200 Catch and ignore error when locale can not be set
f558d9e 2015-04-16 17:47:46 +0000 Uncap library requirements for liberty
40da955 2015-03-21 00:08:05 +0000 Updated from global requirements
c7462f8 2015-03-10 16:35:58 +1100 Update links to setuptools doc.
91f5ad3 2015-03-06 12:28:04 -0600 Pass user command text to the Command object
299fbb7 2015-02-20 17:45:55 +0000 Change the argument passed to __init__ for help
Diffstat (except docs and test files)
-------------------------------------
README.rst | 2 +-
cliff/app.py | 11 +++++++++--
cliff/command.py | 3 ++-
cliff/display.py | 5 +++--
cliff/help.py | 3 ++-
requirements.txt | 2 +-
test-requirements.txt | 2 +-
9 files changed, 25 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 754a591..0bc229b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ six>=1.9.0
-stevedore>=1.1.0 # Apache-2.0
+stevedore>=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ebb6880..af151ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list