We joyfully announce the release of: mistral-extra 15.0.0 This release is part of the epoxy 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 14.0.0..15.0.0 --------------------------------------- 9b11a81 Skip installation to speed up pep8 01ebf73 Remove unused Babel 5051ac6 eventlet clean-up b58bfe1 Get rid of barbican and tacker actions 6e6b021 Eventlet removal 653439d reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- bootstrap.sh | 2 - examples/v2/calculator/requirements.txt | 1 - mistral_extra/actions/generator_factory.py | 2 +- mistral_extra/actions/openstack/mapping.json | 66 ---------------------- mistral_extra/monitoring/base.py | 5 +- .../actions/openstack/test_openstack_actions.py | 13 ----- releasenotes/source/2023.1.rst | 2 +- requirements.txt | 1 - tox.ini | 1 + 10 files changed, 5 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb54ba3..3e33c1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD