[release-announce] python-masakariclient 5.5.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 12 09:45:28 UTC 2019


We are overjoyed to announce the release of:

python-masakariclient 5.5.0: masakariclient module and a CLI tool for
masakari

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-masakariclient

Download the package from:

    https://tarballs.openstack.org/python-masakariclient/

Please report issues through:

    https://bugs.launchpad.net/python-masakariclient/+bugs

For more details, please see below.

Changes in python-masakariclient 5.4.0..5.5.0
---------------------------------------------

ab6d47a Add Python 3 Train unit tests
19c1d1a [Gate Fix]Switch to stestr
4f73d5c Replace git.openstack.org URLs with opendev.org URLs
2de25b5 OpenDev Migration Patch
d7b15fc Update master for stable/stein


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

.gitignore                    |  5 +++--
.gitreview                    |  2 +-
.stestr.conf                  |  4 ++++
.testr.conf                   |  7 -------
.zuul.yaml                    |  3 +--
README.rst                    |  8 ++++----
lower-constraints.txt         |  3 +--
releasenotes/source/conf.py   |  9 +++++++--
releasenotes/source/index.rst |  1 +
releasenotes/source/stein.rst |  6 ++++++
setup.cfg                     |  2 +-
test-requirements.txt         |  8 ++++----
tox.ini                       | 29 +++++++++++++++++------------
16 files changed, 63 insertions(+), 43 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 6c4c6d6..93538cf 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -13 +11,0 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
@@ -15 +13,3 @@ requests-mock>=1.2.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+stestr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list