We are happy to announce the release of: oslo.service 3.6.0 This release is part of the epoxy 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. 3.6.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.service 3.5.0..3.6.0 ------------------------------------ 56d08f6 Add note about requirements lower bounds 822f3bd Run pyupgrade to clean up Python 2 syntaxes 5c89fce Remove Python 3.8 support ee6e776 Fix outdated tox minversion f567e75 Declare Python 3.12 support 8fe67b4 Remove workaround for eventlet < 0.27.0 4b0e3bd Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 14 ++++--- oslo_service/eventlet_backdoor.py | 19 ++++----- oslo_service/loopingcall.py | 6 +-- oslo_service/periodic_task.py | 4 +- oslo_service/service.py | 46 +++++++++++----------- oslo_service/systemd.py | 2 +- oslo_service/threadgroup.py | 4 +- oslo_service/wsgi.py | 10 ++--- .../notes/remove-py38-c69fe0003b2c49cb.yaml | 5 +++ releasenotes/source/2024.2.rst | 6 +++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 6 ++- setup.cfg | 4 +- tox.ini | 2 +- 27 files changed, 103 insertions(+), 104 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f2ecd96..8865553 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -3 +7 @@ debtcollector>=1.2.0 # Apache 2.0 -eventlet>=0.25.2 # MIT +eventlet>=0.27.0 # MIT
participants (1)
-
no-reply@openstack.org