We are excited to announce the release of: oslo.concurrency 7.1.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.1.0 ^^^^^ Deprecation Notes * Eventlet usages are deprecated and the removal of Eventlet from OpenStack is planned (https://governance.openstack.org/tc//goals/proposed/remove- eventlet.html), for this reason, using the "lockutils" module of oslo.concurrency in a monkey patched environment is now deprecated. The support of Eventlet will be soon removed from oslo.concurrency. Please start considering removing your internal Eventlet usages and start migrating your stack. Changes in oslo.concurrency 7.0.0..7.1.0 ---------------------------------------- c2201e0 Skip installation to speed up pep8 1da88a6 deprecate eventlet monkey patch within lockutils d49bfca Remove support for running unit tests in Windows Diffstat (except docs and test files) ------------------------------------- oslo_concurrency/lockutils.py | 3 +++ ...eventlet-within-lockutils-cba49086d7a65042.yaml | 11 ++++++++++ requirements.txt | 1 + tox.ini | 1 + 5 files changed, 19 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b106d86..ebfd391 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ fasteners>=0.7.0 # Apache-2.0 +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org