We are psyched to announce the release of: taskflow 2.10.0: Taskflow structured state management library. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/taskflow Download the package from: https://pypi.python.org/pypi/taskflow Please report issues through launchpad: http://bugs.launchpad.net/taskflow/ For more details, please see below. Changes in taskflow 2.9.0..2.10.0 --------------------------------- 8017d7d Updated from global requirements 96228d8 Updated from global requirements 9b424a7 Updated from global requirements fd3503e Prepare for using standard python tests f6b6886 Use https instead of http for git.openstack.org f836d21 Updated from global requirements 5dfc3d1 Update reno for stable/ocata 22f7575 Protect storage better against external concurrent access Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ requirements.txt | 6 +- setup.cfg | 6 +- setup.py | 2 +- taskflow/engines/action_engine/builder.py | 94 ++++++++++++++++--------------- taskflow/storage.py | 12 ++++ tools/test-setup.sh | 54 ++++++++++++++++++ 9 files changed, 131 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aeee87e..a060f50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -29 +29 @@ contextlib2>=0.4.0 # PSF License -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 @@ -41 +41 @@ automaton>=0.5.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0