[openstack-announce] [release][stable][oslo] taskflow release 0.6.2 (juno)

doug at doughellmann.com doug at doughellmann.com
Fri Aug 14 14:13:06 UTC 2015


We are satisfied to announce the release of:

taskflow 0.6.2: Taskflow structured state management library.

This release is part of the juno stable release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/taskflow/+milestone/0.6.2

Please report issues through launchpad:

    http://bugs.launchpad.net/taskflow/

Changes in taskflow 0.6.1..0.6.2
--------------------------------

66c9ae4 Update from global requirements

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

.gitreview            |  1 +
requirements-py2.txt  | 18 +++++++++---------
requirements-py3.txt  | 14 +++++++-------
setup.py              |  1 -
test-requirements.txt | 22 +++++++++++-----------
5 files changed, 28 insertions(+), 28 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 96ab944..26f2226 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,4 +5,4 @@
-hacking>=0.9.2,<0.10
-oslotest>=1.2.0  # Apache-2.0
-mock>=1.0
-testtools>=0.9.36,!=1.2.0
+hacking<0.10,>=0.9.2
+oslotest<1.4.0,>=1.1.0 # Apache-2.0
+mock<=1.0.1,>=1.0
+testtools!=1.4.0,<=1.5.0,>=0.9.34
@@ -11 +11 @@ testtools>=0.9.36,!=1.2.0
-kombu>=2.5.0
+kombu<=3.0.15,>=2.5.0
@@ -14,2 +14,2 @@ kombu>=2.5.0
-zake>=0.1 # Apache-2.0
-kazoo>=1.3.1
+zake<0.2,>=0.1 # Apache-2.0
+kazoo<2.1,>=1.3.1
@@ -27,2 +27,2 @@ kazoo>=1.3.1
-alembic>=0.7.1
-psycopg2
+alembic<=0.7.4,>=0.6.4
+psycopg2<=2.6
@@ -31,2 +31,2 @@ psycopg2
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+sphinx!=1.2.0,<1.3,>=1.1.2
+oslosphinx<2.5.0,>=2.2.0 # Apache-2.0





More information about the OpenStack-announce mailing list