We are jazzed to announce the release of: oslo.log 7.1.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+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 oslo.log in a monkey patched environment is now deprecated. The support of Eventlet will be soon removed from oslo.log. Please start considering removing your internal Eventlet usages and start migrating your stack. Changes in oslo.log 7.0.0..7.1.0 -------------------------------- a41adb1 Skip installation to speed up pep8 e9730da deprecate eventlet monkey patch within oslo.log 5120ae1 Fix outdated envlist Diffstat (except docs and test files) ------------------------------------- oslo_log/log.py | 21 +++++++++++++-------- ...cate-eventlet-monkey_patch-f6b37295e367d6c0.yaml | 11 +++++++++++ requirements.txt | 1 + tox.ini | 3 ++- 4 files changed, 27 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9275c91..a2a18f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ python-dateutil>=2.7.0 # BSD +debtcollector>=3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org