We are stoked to announce the release of: cliff 3.0.0: Command Line Interface Formulation Framework This release is part of the ussuri 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. Changes in cliff 2.18.0..3.0.0 ------------------------------ 9724108 [ussuri][goal] Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 ++++++-------- lower-constraints.txt | 1 - requirements.txt | 1 - setup.cfg | 13 +++---------- setup.py | 8 -------- test-requirements.txt | 3 +-- tox.ini | 17 +++++------------ 10 files changed, 17 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6c3fe98..c5f88ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ stevedore>=1.20.0 # Apache-2.0 -unicodecsv>=0.8.0;python_version<'3.0' # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 45987f4..d69d358 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,2 +15 @@ coverage!=4.4,>=4.0 # Apache-2.0 -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 +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org