We are overjoyed to announce the release of: mistral-lib 3.1.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/mistral-lib Download the package from: https://pypi.org/project/mistral-lib Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-lib 3.0.0..3.1.0 ----------------------------------- a452024 Use time.sleep instead of eventlet.sleep 2ab6b0c Add note about requirements lower bounds 794fd4b Bump hacking a3e77c3 Drop unnecessary 'x' bit from doc config file c82883e Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- mistral_lib/utils/__init__.py | 36 ++++++++++++++++++------------------ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 6 +++--- test-requirements.txt | 6 +----- 6 files changed, 29 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0b1c906..067baa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# 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 f9ee62f..f6935d8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org