We are thrilled to announce the release of: sushy-tools 0.13.0: A set of tools to support the development and test of the Sushy library (https://docs.openstack.org/sushy/) The source is available from: https://opendev.org/openstack/sushy-tools Download the package from: https://tarballs.openstack.org/sushy-tools/ For more details, please see below. 0.13.0 ^^^^^^ New Features * Adds an option --debug to enable debug mode when running sushy- emulator. Changes in sushy-tools 0.12.1..0.13.0 ------------------------------------- 8dce7f0 Fix l-c for sushy-tools 8d52482 Make memoize behave better in concurrent environments e7dbba9 Allow setting debug mode from command line 124652f Remove six leftovers e084348 Use TOX instead of deprecated UPPER constraints Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 +- .../notes/debug-mode-0dccdc3702c0590e.yaml | 5 + requirements.txt | 1 + setup.cfg | 1 + sushy_tools/emulator/main.py | 4 + sushy_tools/emulator/memoize.py | 35 +++-- tox.ini | 2 +- 11 files changed, 132 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 740a1f9..32a9b96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ requests>=2.14.2 # Apache-2.0 +tenacity>=6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org