[openstack-dev] [new][oslo] taskflow 2.4.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 2 18:28:29 UTC 2016


We are exuberant to announce the release of:

taskflow 2.4.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 2.3.0..2.4.0
--------------------------------

8eed13c Updated from global requirements
a643e92 Updated from global requirements
c290741 Remove white space between print and ()
7fa93b9 Updated from global requirements
18024a6 Add Python 3.5 classifier and venv
38c5812 Replace assertEqual(None, *) with assertIsNone in tests
35a9305 Ensure the fetching jobs does not fetch anything when in bad state


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

requirements.txt                                  |  6 +-
setup.cfg                                         |  1 +
taskflow/examples/retry_flow.py                   |  6 +-
taskflow/jobs/backends/impl_zookeeper.py          | 74 ++++++++++++++++++++---
test-requirements.txt                             |  2 +-
tox.ini                                           |  1 +
10 files changed, 83 insertions(+), 23 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 73819aa..6e54d79 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.11.0 # Apache-2.0
+futurist!=0.15.0,>=0.11.0 # Apache-2.0
@@ -29 +29 @@ contextlib2>=0.4.0 # PSF License
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
@@ -44 +44 @@ automaton>=0.5.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6606911..172b449 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31 +31 @@ psycopg2>=2.5 # LGPL/ZPL
-sqlalchemy-utils # BSD License
+SQLAlchemy-Utils # BSD License





More information about the OpenStack-dev mailing list