[oslo] taskflow 2.14.0 (pike)
We are chuffed to announce the release of: taskflow 2.14.0: Taskflow structured state management library. This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/taskflow Download the package from: https://pypi.python.org/pypi/taskflow Please report issues through launchpad: https://bugs.launchpad.net/taskflow/ For more details, please see below. Changes in taskflow 2.13.0..2.14.0 ---------------------------------- 72db32b Updated from global requirements 40645e1 Update URLs in documents according to document migration bff488d Updated from global requirements 84c7a7b Fix process based executor task proxying-back events 0c99c6d turn on warning-is-error in doc build b0ca782 switch from oslosphinx to openstackdocstheme 1229eb2 rearrange existing documentation into the new standard layout 3060878 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 8 +- releasenotes/source/conf.py | 10 +- requirements.txt | 2 +- setup.cfg | 7 +- taskflow/atom.py | 2 +- taskflow/engines/action_engine/process_executor.py | 44 +- taskflow/engines/base.py | 6 +- taskflow/persistence/models.py | 2 +- taskflow/states.py | 8 +- taskflow/types/entity.py | 2 +- 79 files changed, 4011 insertions(+), 3921 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9d61ac5..64e89dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42 +42 @@ oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org