We are thrilled to announce the release of: monasca-common 3.6.0: Monasca common python modules This release is part of the zed release series. The source is available from: https://opendev.org/openstack/monasca-common Download the package from: https://tarballs.openstack.org/monasca-common/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-common 3.5.0..3.6.0 -------------------------------------- f290882 Drop lower-constraints.txt and its testing 43c5cde Remove temporarily docker Zuul-jobs 90c9b2d Add Python3 zed unit tests 873cbf8 Rename tenant with project_id Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +----- lower-constraints.txt | 55 ------------------------------ requirements.txt | 4 +++ test-requirements.txt | 2 +- tox.ini | 8 ----- 6 files changed, 8 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fdc60ed..a28dcd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + diff --git a/test-requirements.txt b/test-requirements.txt index 2940b86..9c95d72 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +18 @@ testtools>=2.2.0 # MIT -docutils>=0.11 +docutils>=0.14