[release-announce] oslo.service 2.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 19 10:22:07 UTC 2020


We contentedly announce the release of:

oslo.service 2.1.0: oslo.service library

This release is part of the ussuri 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.0.0..2.1.0
------------------------------------

19517d0 Update eventlet.
ad1d88f Update the minversion parameter.
d2a825b remove outdated header
fd74a8b reword releasenote for py27 support dropping


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                                          | 2 +-
releasenotes/notes/drop-python27-support-1cfdf65193a03f3a.yaml | 2 +-
requirements.txt                                               | 2 +-
setup.py                                                       | 1 -
tox.ini                                                        | 2 +-
5 files changed, 4 insertions(+), 5 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 5a3e22d..8fa4fac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ debtcollector>=1.2.0 # Apache 2.0
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+eventlet>=0.22.0,!=0.23.0,!=0.25.0 # MIT






More information about the Release-announce mailing list