We jubilantly announce the release of: taskflow 2.14.2: Taskflow structured state management library. This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/taskflow Download the package from: https://pypi.org/project/taskflow Please report issues through: https://bugs.launchpad.net/taskflow/+bugs For more details, please see below. Changes in taskflow 2.14.1..2.14.2 ---------------------------------- 10c02204 import zuul job settings from project-config e38ff343 don't let tox_install.sh error if there is nothing to do 64f98d2f Updated from global requirements a42df9c4 Use doc/requirements.txt Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++++++++++++ requirements.txt | 2 +- setup.cfg | 4 ---- tools/tox_install.sh | 5 +++++ tox.ini | 8 ++++++-- 6 files changed, 45 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 64e89dda..73858c1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23 +23 @@ fasteners>=0.7 # Apache-2.0 -networkx>=1.10 # BSD +networkx<2.0,>=1.10 # BSD
participants (1)
-
no-reply@openstack.org