[oslo] taskflow 2.15.0 (queens)
We jubilantly announce the release of: taskflow 2.15.0: Taskflow structured state management library. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/taskflow Download the package from: https://pypi.python.org/pypi/taskflow Please report issues through launchpad: https://bugs.launchpad.net/taskflow/ For more details, please see below. Changes in taskflow 2.14.0..2.15.0 ---------------------------------- f9065c4 Updated from global requirements daefa87 Updated from global requirements 79ab114 Update reno for stable/pike b163d48 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 14 +++++++------- setup.cfg | 8 ++++---- 4 files changed, 18 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 64e89dd..d0160cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17 +17 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # -futurist!=0.15.0,>=0.11.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0 @@ -20 +20 @@ futurist!=0.15.0,>=0.11.0 # Apache-2.0 -fasteners>=0.7 # Apache-2.0 +fasteners>=0.7.0 # Apache-2.0 @@ -35 +35 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema<3.0.0,>=2.6.0 # MIT @@ -38 +38 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -automaton>=0.5.0 # Apache-2.0 +automaton>=1.9.0 # Apache-2.0 @@ -41,2 +41,2 @@ automaton>=0.5.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 @@ -46 +46 @@ tenacity>=3.2.1 # Apache-2.0 -cachetools>=1.1.0 # MIT License +cachetools>=2.0.0 # MIT License
participants (1)
-
no-reply@openstack.org