[release-announce] [oslo] taskflow 2.16.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 25 14:28:15 UTC 2017


We are stoked to announce the release of:

taskflow 2.16.0: Taskflow structured state management library.

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/taskflow

Download the package from:

    https://pypi.python.org/pypi/taskflow

Please report issues through launchpad:

    https://bugs.launchpad.net/taskflow/

For more details, please see below.

Changes in taskflow 2.15.0..2.16.0
----------------------------------

a121be0 Updated from global requirements
edf82dd Updated from global requirements
2829ace Update "indentify" to "identify" in comments


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

requirements.txt       | 4 ++--
setup.cfg              | 6 +++---
tools/subunit_trace.py | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d0160cf..cdf3b65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ six>=1.9.0 # MIT
-enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
+enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
@@ -23 +23 @@ fasteners>=0.7.0 # Apache-2.0
-networkx>=1.10 # BSD
+networkx<2.0,>=1.10 # BSD






More information about the Release-announce mailing list