We are pumped to announce the release of: cliff 2.5.0: Command Line Interface Formulation Framework This release is part of the pike release series. The source is available from: http://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.4.0..2.5.0 ----------------------------- 64fe476 Use Sphinx 1.5 warning-is-error 2fe0353 Update cmd2 fix to still work with 0.6.7 4aa2da5 Remove support for py34 0d670bb Fix broken test with cmd2 0.7.0 b5bbce0 Updated from global requirements b83ec9e Updated from global requirements c500a6e Updated from global requirements 49ce4c1 Add newline if the output formatter is json 10f5b92 Add Constraints support Diffstat (except docs and test files) ------------------------------------- cliff/formatters/json_format.py | 1 + requirements.txt | 6 +-- setup.cfg | 4 +- setup.py | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 85 ++++++++++++++++++++++++++++++++ tox.ini | 15 ++++-- 10 files changed, 123 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9bb0a32..769442c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -7 +7 @@ PrettyTable<0.8,>=0.7.1 # BSD -pyparsing>=2.0.7 # MIT +pyparsing>=2.1.0 # MIT @@ -9 +9 @@ six>=1.9.0 # MIT -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8759f3b..a80bfd6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ coverage>=4.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org