python-monascaclient 2.3.0 (wallaby)
We are satisfied to announce the release of: python-monascaclient 2.3.0: Monasca API Client Library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/python-monascaclient Download the package from: https://pypi.org/project/python-monascaclient Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in python-monascaclient 2.2.1..2.3.0 -------------------------------------------- 75e44a1 Uncap PrettyTable 952c4c1 Fix zuul publish docker image job 45df91a Add doc/requirements 43203ea Update doc8 version feb2214 Remove six 20e1d9f Add Python3 wallaby unit tests 7f12494 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 9 ++++----- monascaclient/common/monasca_manager.py | 2 +- monascaclient/common/utils.py | 9 ++++----- monascaclient/osc/migration.py | 4 +--- monascaclient/shell.py | 8 -------- monascaclient/v2_0/alarms.py | 2 +- playbooks/docker-publish.yml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++++ requirements.txt | 3 +-- test-requirements.txt | 6 +----- tox.ini | 5 ++++- 14 files changed, 29 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2709321..f2f449b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.2 # BSD +PrettyTable>=0.7.2 # BSD @@ -16 +15,0 @@ PyYAML>=3.12 # MIT -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index e4cd8aa..da16c0a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,5 +14 @@ testtools>=2.2.0 # MIT -# documentation -doc8>=0.6.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -reno>=3.1.0 # Apache-2.0 -openstackdocstheme>=2.2.1 # Apache-2.0 +doc8>=0.8.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org