[openstackclient] cliff 2.9.0 (queens)
We are glad to announce the release of: cliff 2.9.0: Command Line Interface Formulation Framework This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/cliff Download the package from: https://pypi.python.org/pypi/cliff Please report issues through launchpad: https://bugs.launchpad.net/python-cliff For more details, please see below. Changes in cliff 2.8.0..2.9.0 ----------------------------- 31ec27d show the distribution providing the command in help output 097e080 Docs update for more-hooks 5e836d6 Updates for stestr 42b1691 Allow command hooks to make changes 522ae63 Updated from global requirements 9ce5e93 add actual column names to error msg Closes-Bug: 1712876 5ffc30f Updated from global requirements 5d77d6b Update doc on Sphinx integration process d327658 Fix regexp for detecting long options 7a6df37 sphinxext: Correct issues with usage formatting a62915c Move comments up in [extras] section of setup.cfg a206c74 Updated from global requirements 5c37935 Make openstackdocstheme an optional doc dependency 1370a35 Updated from global requirements eec65e3 doc: minor cleanup da463b3 Update and replace http with https for doc links 91e551a trivial: Fix comments in sphinxext module 772e16d Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 3 + CONTRIBUTING.rst | 2 +- README.rst | 8 +- cliff/command.py | 74 ++++++++++++-- cliff/display.py | 11 +- cliff/help.py | 14 ++- cliff/hooks.py | 8 +- cliff/sphinxext.py | 25 +++-- requirements.txt | 2 +- setup.cfg | 9 +- test-requirements.txt | 3 +- tox.ini | 4 + 20 files changed, 421 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 921ab65..4b39846 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ unicodecsv>=0.8.0;python_version<'3.0' # BSD -PyYAML>=3.10.0 # MIT +PyYAML>=3.10 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index ff80475..21be505 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ testtools>=1.4.0 # MIT -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -15 +14,0 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org