We are tickled pink to announce the release of: oslo.concurrency 7.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.concurrency Download the package from: https://pypi.org/project/oslo.concurrency Please report issues through: https://bugs.launchpad.net/oslo.concurrency/+bugs For more details, please see below. 7.0.0 ^^^^^ Upgrade Notes * This library no longer supports Windows operating systems. Changes in oslo.concurrency 6.2.0..7.0.0 ---------------------------------------- 25ca884 reno: Update master for unmaintained/2023.1 3df106f Remove windows support 2fe6b92 Check if subprocess module is patched directly Diffstat (except docs and test files) ------------------------------------- oslo_concurrency/processutils.py | 71 ++++------------------ .../notes/remove-windows-bad63cd41c15235d.yaml | 4 ++ releasenotes/source/2023.1.rst | 2 +- setup.cfg | 2 +- test-requirements.txt | 2 +- 6 files changed, 18 insertions(+), 124 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 53c7c51..5fbb12c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ stestr>=2.0.0 # Apache-2.0 -eventlet>=0.27.0 # MIT +eventlet>=0.35.2 # MIT