[openstack-announce] [release][oslo] taskflow release 1.14.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Mon Jul 6 20:15:27 UTC 2015
We are eager to announce the release of:
taskflow 1.14.0: Taskflow structured state management library.
This release is part of the liberty 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/1.14.0
Please report issues through launchpad:
http://bugs.launchpad.net/taskflow/
Changes in taskflow 0.13.0..1.14.0
----------------------------------
40cf88e Expose strategies so doc generation can easily pick them up
9800c25 Denote mail subject should be '[Oslo][TaskFlow]'
e012d8d Updated from global requirements
543cf78 Remove 2.6 classifier + 2.6 compatibility code
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 9 ++----
setup.cfg | 1 -
taskflow/atom.py | 28 ++++++++---------
taskflow/conductors/backends/impl_blocking.py | 5 +--
taskflow/engines/action_engine/completer.py | 36 ++++++++++++++--------
taskflow/engines/action_engine/executor.py | 3 +-
taskflow/engines/worker_based/proxy.py | 4 +--
taskflow/types/fsm.py | 9 ++----
taskflow/types/periodic.py | 4 +--
taskflow/types/sets.py | 7 +----
taskflow/types/timing.py | 6 ++--
taskflow/utils/threading_utils.py | 20 ------------
20 files changed, 77 insertions(+), 100 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c0732c7..d4abcdd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +9,0 @@ pbr<2.0,>=0.11
-# Only needed on python 2.6
-ordereddict
-
@@ -17 +14 @@ six>=1.9.0
-enum34
+enum34;python_version=='2.7' or python_version=='2.6'
@@ -32 +29 @@ stevedore>=1.5.0 # Apache-2.0
-futures>=3.0
+futures>=3.0;python_version=='2.7' or python_version=='2.6'
@@ -35 +32 @@ futures>=3.0
-monotonic>=0.1
+monotonic>=0.1 # Apache-2.0
More information about the OpenStack-announce
mailing list