We are gleeful to announce the release of: cliff 2.16.0: Command Line Interface Formulation Framework This release is part of the train release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://bugs.launchpad.net/python-cliff/+bugs For more details, please see below. Changes in cliff 2.15.0..2.16.0 ------------------------------- 01ce75f Pin cmd2 back to <0.9 on all versions 48d4a0f Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- requirements.txt | 3 +-- setup.cfg | 1 + test-requirements.txt | 3 ++- tox.ini | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e83be76..6c3fe98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT -cmd2!=0.8.3;python_version>='3.0' # MIT +cmd2>=0.8.0,!=0.8.3,<0.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 4755809..45987f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org