We are gleeful to announce the release of: taskflow 2.11.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.10.0..2.11.0 ---------------------------------- 365dff9 Fix py35 test failure faa75c4 Stop using oslotest.mockpatch 79349cf Updated from global requirements 4e0125e python3.0 has deprecated LOG.warn Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- setup.cfg | 4 +-- taskflow/engines/action_engine/process_executor.py | 8 ++--- taskflow/engines/worker_based/dispatcher.py | 6 ++-- taskflow/engines/worker_based/proxy.py | 6 ++-- taskflow/engines/worker_based/server.py | 42 +++++++++++----------- taskflow/jobs/backends/impl_redis.py | 6 ++-- taskflow/jobs/backends/impl_zookeeper.py | 21 +++++------ taskflow/listeners/base.py | 4 +-- taskflow/listeners/claims.py | 11 +++--- taskflow/listeners/timing.py | 17 ++++----- taskflow/persistence/backends/impl_sqlalchemy.py | 6 ++-- .../versions/1cea328f0f65_initial_logbook_deta.py | 4 +-- taskflow/task.py | 5 +-- taskflow/test.py | 9 +++-- taskflow/types/notifier.py | 6 ++-- taskflow/utils/persistence_utils.py | 4 +-- 19 files changed, 96 insertions(+), 91 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a060f50..9d61ac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org