[release-announce] taskflow 4.6.1

no-reply at openstack.org no-reply at openstack.org
Thu Jul 1 12:44:12 UTC 2021


We are ecstatic to announce the release of:

taskflow 4.6.1: Taskflow structured state management library.

The source is available from:

    https://opendev.org/openstack/taskflow

Download the package from:

    https://pypi.org/project/taskflow

For more details, please see below.

Changes in taskflow 4.6.0..4.6.1
--------------------------------

9e3ba872 Updating for OFTC IRC network
ebdb7a85 Fix flowdetails meta size
14a5c0f2 Use unittest.mock instead of mock
205c1086 setup.cfg: Replace dashes with underscores
0e9f7367 Move flake8 as a pre-commit local target.
c9f6da3e Remove lower-constraints remnants
401ca095 Use TOX_CONSTRAINTS_FILE
06e6b7d0 Use py3 as the default runtime for tox


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

.pre-commit-config.yaml                            | 10 ++-
CONTRIBUTING.rst                                   |  6 ++
lower-constraints.txt                              | 76 ----------------------
setup.cfg                                          |  8 +--
.../6df9422fcb43_fix_flowdetails_meta_size.py      | 34 ++++++++++
taskflow/test.py                                   |  2 +-
test-requirements.txt                              |  1 -
tools/state_graph.py                               |  2 +-
tox.ini                                            |  8 +--
11 files changed, 57 insertions(+), 94 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index def4e68a..5a440519 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +28,0 @@ oslotest>=3.2.0 # Apache-2.0
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list