We are pleased to announce the release of: taskflow 1.28.0: Taskflow structured state management library.
This release is part of the mitaka 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 1.27.0..1.28.0 ---------------------------------- 63b380f Add WBE worker expiry 1ab60b7 Some WBE protocol/executor cleanups a70bd8a Remove need for separate notify thread 7ea2bfc Updated from global requirements 8c1172b Don't bother scanning for workers if no new messages arrived 2515d3c Updated from global requirements 00d3a25 Updated from global requirements 77e89ea Updated from global requirements cea71f2 Fix for WBE sporadic timeout of tasks Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- taskflow/engines/worker_based/engine.py | 11 +- taskflow/engines/worker_based/executor.py | 211 ++++++++++++++-------- taskflow/engines/worker_based/protocol.py | 94 ++++------ taskflow/engines/worker_based/types.py | 156 ++++++++-------- taskflow/types/cache.py | 85 --------- test-requirements.txt | 4 +- 14 files changed, 351 insertions(+), 431 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5e73cb1..2cad471 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # -futurist>=0.6.0 # Apache-2.0 +futurist>=0.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7d2eaaf..f724ea3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ testscenarios>=0.4 # Apache-2.0/BSD -kombu>=3.0.7 # BSD +kombu>=3.0.25 # BSD @@ -32 +32 @@ PyMySQL>=0.6.2 # MIT License -eventlet!=0.18.0,>=0.17.4 # MIT +eventlet>=0.18.2 # MIT __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev