We are happy to announce the release of: mistral-extra 12.0.1: Mistral OpenStack-specific bindings This release is part of the zed 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 12.0.0..12.0.1 --------------------------------------- bd95c59 Drop lower-constraints.txt and its testing cdc0847 Update master for stable/yoga 289cda8 setup.cfg: Replace dashes by underscores cba5486 Update master for stable/xena 34c582e Use TOX_CONSTRAINTS_FILE 9081e70 setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 39 --------------------------------------- releasenotes/source/index.rst | 2 ++ releasenotes/source/xena.rst | 6 ++++++ releasenotes/source/yoga.rst | 6 ++++++ requirements.txt | 4 ++++ setup.cfg | 6 +++--- test-requirements.txt | 2 +- tox.ini | 8 +------- 9 files changed, 24 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dfca098..0378974 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 4743b22..e12803b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking>=3.0.1 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=6.4.3 # Apache-2.0