We are amped to announce the release of:

taskflow 1.29.0: Taskflow structured state management library.

This release is part of the mitaka 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.28.0..1.29.0
----------------------------------

d0f1f6b Updated from global requirements
a17c4d7 Add missing direct dependency for sqlalchemy-utils

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

requirements.txt      | 3 +++
test-requirements.txt | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2cad471..91d55b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -52,0 +53,3 @@ debtcollector>=1.2.0 # Apache-2.0
+
+# For sqlalchemy persistence backend
+sqlalchemy-utils # BSD License
diff --git a/test-requirements.txt b/test-requirements.txt
index f724ea3..10eeba7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -32 +32 @@ PyMySQL>=0.6.2 # MIT License
-eventlet>=0.18.2 # MIT
+eventlet!=0.18.3,>=0.18.2 # MIT



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to