We are gleeful to announce the release of: oslo.service 2.3.0: oslo.service library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.service Download the package from: https://pypi.org/project/oslo.service Please report issues through: https://bugs.launchpad.net/oslo.service/+bugs For more details, please see below. Changes in oslo.service 2.2.0..2.3.0 ------------------------------------ ebc2d8a Fix wsgi/SSL/ipv6 tests for wsgi module under python 3 bfc8172 Fix some SSL tests for wsgi module under python 3 7ec1873 Raise minimum version of eventlet to 0.25.2 a6d7025 Fix pygments style d6f72ec Stop to use the __future__ module. Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- oslo_service/eventlet_backdoor.py | 2 -- oslo_service/wsgi.py | 2 -- releasenotes/source/conf.py | 2 +- requirements.txt | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2c56e23..6956e12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ debtcollector>=1.2.0 # Apache 2.0 -eventlet>=0.22.0,!=0.23.0,!=0.25.0 # MIT +eventlet>=0.25.2 # MIT
participants (1)
-
no-reply@openstack.org