[openstack-dev] [new][oslo] taskflow 2.1.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:48:07 UTC 2016
We are happy to announce the release of:
taskflow 2.1.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.0.0..2.1.0
--------------------------------
88fec5d Updated from global requirements
54f8112 Updated from global requirements
8ab0ba9 Split revert/execute missing args messages
44c9a5d Updated from global requirements
c5e9cf2 Instead of a multiprocessing queue use sockets via asyncore
8c2d73b Add a simple sanity test for pydot outputting
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
taskflow/engines/action_engine/engine.py | 35 +-
taskflow/engines/action_engine/executor.py | 411 +-----------
taskflow/engines/action_engine/process_executor.py | 711 +++++++++++++++++++++
taskflow/exceptions.py | 6 +-
.../unit/action_engine/test_process_executor.py | 99 +++
taskflow/types/graph.py | 18 +-
taskflow/utils/misc.py | 8 +
test-requirements.txt | 5 +-
15 files changed, 946 insertions(+), 440 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7bbf26c..af3db31 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -44 +44 @@ automaton>=0.5.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2a2497e..e57fda1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -23,0 +24,3 @@ redis>=2.10.0 # MIT
+# Used for making sure pydot is still working
+pydotplus>=2.0.2 # MIT License
+
More information about the OpenStack-dev
mailing list