[release-announce] [oslo] taskflow 2.8.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:52:19 UTC 2016


We are grateful to announce the release of:

taskflow 2.8.0: Taskflow structured state management library.

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

    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.7.0..2.8.0
--------------------------------

5a65db9 Replaces uuid.uuid4 with uuidutils.generate_uuid()
33ffee3 Updated from global requirements
271c637 Remove vim header from source files
645a5e0 Fix release notes gate job failure
c42e903 Updated from global requirements
51a6a8b Use assertIs(Not)None to check for None
fa627be Fix typo in tox.ini
569b5cd Fix broken link
1a2370a Replace retrying with tenacity
2f425af Updated from global requirements
536ceb3 Add reno for release notes management
3adcd03 Updated from global requirements


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

.gitignore                                       |   3 +
releasenotes/notes/.placeholder                  |   0
releasenotes/source/_static/.placeholder         |   0
releasenotes/source/_templates/.placeholder      |   0
releasenotes/source/conf.py                      | 280 +++++++++++++++++++++++
releasenotes/source/index.rst                    |   8 +
releasenotes/source/unreleased.rst               |   5 +
requirements.txt                                 |   7 +-
setup.cfg                                        |   5 +-
taskflow/persistence/backends/impl_sqlalchemy.py |  16 +-
taskflow/types/tree.py                           |   2 -
taskflow/utils/iter_utils.py                     |   2 -
taskflow/utils/kazoo_utils.py                    |   2 +-
tox.ini                                          |   3 +
17 files changed, 322 insertions(+), 29 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dbc55ff..3c830b3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -44 +44 @@ automaton>=0.5.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
@@ -46 +46 @@ oslo.serialization>=1.10.0 # Apache-2.0
-retrying!=1.3.0,>=1.2.3 # Apache-2.0
+tenacity>=3.2.1 # Apache-2.0
@@ -53 +52,0 @@ debtcollector>=1.2.0 # Apache-2.0
-





More information about the Release-announce mailing list