We are tickled pink to announce the release of: mistral-extra 10.1.0: Mistral OpenStack-specific bindings This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/mistral-extra Download the package from: https://pypi.org/project/mistral-extra Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-extra 10.0.1..10.1.0 --------------------------------------- b5e08f2 drop mock from lower-constraints fce28c7 Switch to newer openstackdocstheme and reno versions ee4dc01 Fix hacking min version to 3.0.1 de32feb add pep inspection to get_action_list.py e3eef9b Use unittest.mock instead of third party mock d17cbf1 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 6 ------ .../unit/actions/openstack/test_openstack_actions.py | 2 +- releasenotes/source/conf.py | 14 +++++--------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ test-requirements.txt | 3 +-- tox.ini | 2 +- 9 files changed, 24 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e0bc228..396d38e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -11 +10,0 @@ unittest2>=1.1.0 # BSD -mock>=2.0.0 # BSD