We are thrilled to announce the release of: oslo.service 1.36.0: oslo.service library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.service Download the package from: https://pypi.org/project/oslo.service Please report issues through launchpad: https://bugs.launchpad.net/oslo.service For more details, please see below. Changes in oslo.service 1.35.0..1.36.0 -------------------------------------- 4c0d449 Use eventletutils Event class 8116507 Avoid eventlet_backdoor listing on same port Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- oslo_service/eventlet_backdoor.py | 21 +++++++++++++--- oslo_service/fixture.py | 2 +- oslo_service/loopingcall.py | 37 ++++++---------------------- requirements.txt | 2 +- 7 files changed, 43 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ecca359..450a853 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ monotonic>=0.6;python_version<'3.3' # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=3.38.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org