[release][oslo] taskflow release 1.19.0 (liberty)
We are jazzed to announce the release of: taskflow 1.19.0: Taskflow structured state management library. This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/taskflow With package available at: https://pypi.python.org/pypi/taskflow For more details, please see the git log history below and: http://launchpad.net/taskflow/+milestone/1.19.0 Please report issues through launchpad: http://bugs.launchpad.net/taskflow/ Changes in taskflow 1.18.0..1.19.0 ---------------------------------- 0f83585 Updated from global requirements 61de5fe Updated from global requirements 61e6e7a Add nicely made task structural diagram cd122d8 Updated from global requirements d9b879d Fix busted stevedore doc(s) link 5ff4392 Improve docstrings in graph flow to denote exceptions raised 9576f59 Enable testr OS_DEBUG to be TRACE(blather) by default 8693f8f Updated from global requirements 12a3919 Show intermediary compilation(s) when BLATHER is enabled Diffstat (except docs and test files) ------------------------------------- .testr.conf | 1 + requirements.txt | 10 +++++----- taskflow/engines/action_engine/compiler.py | 29 +++++++++++++++------------ taskflow/patterns/graph_flow.py | 31 +++++++++++++++++++++++++---- test-requirements.txt | 2 +- 10 files changed, 59 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7ae9099..0aec8ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -23 +23 @@ fasteners>=0.7 # Apache-2.0 -networkx>=1.8 +networkx>=1.10 @@ -35 +35 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' -monotonic>=0.1 # Apache-2.0 +monotonic>=0.3 # Apache-2.0 @@ -41 +41 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 -automaton>=0.2.0 # Apache-2.0 +automaton>=0.5.0 # Apache-2.0 @@ -44 +44 @@ automaton>=0.2.0 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1684db9..37ee6bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com