[release-announce] cliff 3.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 10 13:18:17 UTC 2020


We are chuffed to announce the release of:

cliff 3.2.0: Command Line Interface Formulation Framework

This release is part of the victoria 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://storyboard.openstack.org/#!/project/openstack/cliff

For more details, please see below.

3.2.0
^^^^^

New Features

* Added support for command groups. This was originally added in
  osc_lib downstream.

Changes in cliff 3.1.0..3.2.0
-----------------------------

9d20d60 drop mock from lower-constraints and requirements
8477c4d Import command group support from osc-lib
d1dc090 Remove unneeded tests
1582c55 Migrate to stestr
f7f25b5 Remove python3.5
f70bffc Stop to use the __future__ module.
60ab3cd Switch to newer openstackdocstheme version
ca361d3 Use unittest.mock instead of third party mock
a98b74c Add Python3 victoria unit tests


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

.testr.conf                                        |  7 --
.zuul.yaml                                         |  3 +-
cliff/_argparse.py                                 |  2 -
cliff/commandmanager.py                            | 25 ++++++
lower-constraints.txt                              |  5 +-
.../notes/command-group-8c00f260340a130c.yaml      |  5 ++
setup.cfg                                          |  3 +-
test-requirements.txt                              |  5 +-
tox.ini                                            | 14 +++-
24 files changed, 161 insertions(+), 80 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d69d358..686ff61 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=1.0.0 # Apache-2.0
@@ -8 +7,0 @@ testtools>=2.2.0 # MIT
-mock>=2.0.0 # BSD
@@ -15 +14 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2  # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD






More information about the Release-announce mailing list