We eagerly announce the release of: python-masakariclient 6.2.1: masakariclient module and a CLI tool for masakari This release is part of the wallaby 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 6.2.0..6.2.1 --------------------------------------------- 86cd0d8 Revert "remove py37" 435abc6 Fix docs reqs for new pip f0206bf remove unicode from code 1aa2603 Add release notes to readme.rst 3af8953 remove py37 1298d15 Use unittest.mock instead of mock in the doc 0c892ed [CI] Add periodic jobs c8efcfa Drop lower-constraints Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- README.rst | 1 + lower-constraints.txt | 65 ----------------------------------- releasenotes/source/conf.py | 16 ++++----- test-requirements.txt | 5 --- tox.ini | 9 ++--- 9 files changed, 24 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c610d71..1624e6c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -openstackdocstheme>=2.2.1 # Apache-2.0 @@ -13 +11,0 @@ requests-mock>=1.2.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD @@ -17,3 +14,0 @@ testtools>=2.2.0 # MIT - -# releasenotes -reno>=3.1.0 # Apache-2.0