[openstack-dev] [release][oslo] taskflow 1.31.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 15:49:53 UTC 2016


We are chuffed to announce the release of:

taskflow 1.31.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 1.30.0..1.31.0
----------------------------------

e83a564 Updated from global requirements
7bcf508 Don't set html_last_updated_fmt without git
2869278 Updated from global requirements
720ee37 Fix export_to_dot for networkx package changes
89e023b Ensure upgrade for sqlalchemy is protected by a lock
a2d4731 Fallback if git is absent
ec26bbf Refactor Atom/BaseTask/Task/Retry class hierarchy

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

requirements.txt                                 |   2 +-
taskflow/atom.py                                 |  84 ++++++++++++++-
taskflow/engines/action_engine/compiler.py       |   2 +-
taskflow/engines/worker_based/worker.py          |   2 +-
taskflow/listeners/logging.py                    |   2 +-
taskflow/persistence/backends/impl_sqlalchemy.py |  30 +++---
taskflow/retry.py                                |  11 +-
taskflow/storage.py                              |   2 +-
taskflow/task.py                                 | 126 ++++-------------------
taskflow/types/graph.py                          |   3 +-
test-requirements.txt                            |   2 +-
12 files changed, 134 insertions(+), 141 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8a7d201..f7190e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +29 @@ contextlib2>=0.4.0 # PSF License
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 10eeba7..2a2497e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -26 +26 @@ SQLAlchemy<1.1.0,>=1.0.10 # MIT
-alembic>=0.8.0 # MIT
+alembic>=0.8.4 # MIT





More information about the OpenStack-dev mailing list