[openstack-dev] [new][oslo] taskflow 2.3.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Wed Jul 13 14:29:18 UTC 2016
We are jazzed to announce the release of:
taskflow 2.3.0: Taskflow structured state management library.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/taskflow
With package available at:
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.2.0..2.3.0
--------------------------------
0b198de Updated from global requirements
185830b remove unused LOG
6ca905c Fixes: typo error in comments
ec99a02 Updated from global requirements
7422194 Fix some misspellings in the function name and descriptions
21aa375 Updated from global requirements
599b270 Add tests to verify kwargs behavior on revert validation
6e21e31 Make tests less dependent on transient state
0766397 Use the full 'get_execute_failures' vs the shortname
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
taskflow/engines/action_engine/actions/retry.py | 3 -
taskflow/engines/action_engine/compiler.py | 8 +--
taskflow/engines/action_engine/engine.py | 12 ++--
taskflow/engines/action_engine/executor.py | 3 -
taskflow/engines/action_engine/process_executor.py | 2 +-
taskflow/engines/base.py | 2 +-
taskflow/examples/99_bottles.py | 2 +-
taskflow/jobs/backends/impl_zookeeper.py | 2 +-
taskflow/jobs/base.py | 2 +-
taskflow/patterns/graph_flow.py | 2 +-
taskflow/persistence/backends/impl_memory.py | 2 +-
taskflow/persistence/models.py | 3 -
taskflow/storage.py | 2 +-
taskflow/types/failure.py | 8 +--
taskflow/types/notifier.py | 4 +-
taskflow/types/tree.py | 2 +-
test-requirements.txt | 2 +-
22 files changed, 73 insertions(+), 65 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index af3db31..73819aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -44 +44 @@ automaton>=0.5.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e57fda1..6606911 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -38 +38 @@ eventlet!=0.18.3,>=0.18.2 # MIT
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
More information about the OpenStack-dev
mailing list