We are delighted to announce the release of:

taskflow 2.0.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 1.32.0..2.0.0
---------------------------------

da30da8 Updated from global requirements
5944ccc Fix documentation related to missing BaseTask class
afbfe77 Remove deprecated things for 2.0 release
3321b22 Always used the library packaged mock

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

requirements.txt                                   |   2 +-
taskflow/conductors/backends/impl_executor.py      |  20 ---
taskflow/conductors/single_threaded.py             |  31 -----
taskflow/engines/base.py                           |  25 ----
taskflow/engines/helpers.py                        | 138 +++++--------------
taskflow/examples/99_bottles.py                    |   8 +-
taskflow/examples/delayed_return.py                |   2 +-
taskflow/listeners/base.py                         |  28 ----
taskflow/listeners/timing.py                       |  11 --
taskflow/persistence/backends/impl_memory.py       |  30 +----
taskflow/persistence/logbook.py                    |  37 ------
taskflow/persistence/models.py                     |   2 +-
taskflow/test.py                                   |  14 +-
.../unit/persistence/test_memory_persistence.py    |  39 ++----
taskflow/types/fsm.py                              |  37 ------
taskflow/types/futures.py                          |  36 -----
taskflow/types/periodic.py                         |  32 -----
taskflow/types/table.py                            | 147 ---------------------
taskflow/utils/deprecation.py                      | 147 ---------------------
taskflow/utils/misc.py                             |  12 --
28 files changed, 76 insertions(+), 763 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f7190e5..7bbf26c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +29 @@ contextlib2>=0.4.0 # PSF License
-stevedore>=1.9.0 # Apache-2.0
+stevedore>=1.10.0 # Apache-2.0



__________________________________________________________________________
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