We are pleased to announce the release of: oslo.privsep 3.6.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through: https://bugs.launchpad.net/oslo.privsep/+bugs For more details, please see below. 3.6.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 "daemon" module of oslo.privsep in a monkey patched environment is now deprecated. The support of Eventlet will be soon removed from oslo.privsep. Please start considering removing your internal Eventlet usages and start migrating your stack. Changes in oslo.privsep 3.5.0..3.6.0 ------------------------------------ 37830ad Skip installation to speed up pep8 7e7e247 deprecate eventlet monkey patching within oslo.privsep.daemon fce48c2 Remove guard for non-windows operating systems 024c7ec reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- oslo_privsep/capabilities.py | 16 ++++---------- oslo_privsep/daemon.py | 17 +++++++++------ oslo_privsep/priv_context.py | 10 +-------- ...-eventlet-monkey-patching-c37fea982471c01c.yaml | 11 ++++++++++ releasenotes/source/2023.1.rst | 2 +- requirements.txt | 1 + tox.ini | 1 + 9 files changed, 31 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7d7b87f..a262ad7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,0 +13 @@ msgpack>=0.6.0 # Apache-2.0 +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org