[openstack-dev] [new][oslo] taskflow 2.7.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:55:14 UTC 2016


We are gleeful to announce the release of:

taskflow 2.7.0: Taskflow structured state management library.

This release is part of the ocata 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.6.0..2.7.0
--------------------------------

ce0e962 Changed the home-page link
e680329 Using assertIsNone() instead of assertIs(None, ..)
4877788 Updated from global requirements
a102530 Fix a typo in documentation
86490de Fix typo: remove redundant 'that'
9570bbc Updated from global requirements
554b2fa Fix a typo in logging.py
e34bd5f Use method ensure_tree from oslo.utils
e8b1d58 Make failure formatter configurable for DynamicLoggingListener
74e79a1 Updated from global requirements
e26f09e Some classes not define __ne__() built-in function
b4ab7c4 Add logging around metadata, ignore tallying + history


Diffstat (except docs and test files)
-------------------------------------

requirements.txt                                  |  2 +-
setup.cfg                                         |  8 +--
taskflow/engines/action_engine/deciders.py        | 66 ++++++++++++++---------
taskflow/engines/action_engine/runtime.py         |  5 ++
taskflow/engines/worker_based/types.py            |  3 ++
taskflow/jobs/backends/impl_redis.py              |  3 ++
taskflow/jobs/backends/impl_zookeeper.py          |  3 ++
taskflow/listeners/logging.py                     | 17 +++---
taskflow/persistence/backends/impl_dir.py         |  3 +-
taskflow/storage.py                               |  3 ++
taskflow/types/notifier.py                        |  3 ++
taskflow/utils/misc.py                            | 19 -------
16 files changed, 87 insertions(+), 59 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 394337a..dbc55ff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +29 @@ contextlib2>=0.4.0 # PSF License
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0





More information about the OpenStack-dev mailing list