We are ecstatic to announce the release of: oslo.service 2.0.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. 2.0.0 ^^^^^ Upgrade Notes * Support for Python 2.7 has been dropped. The latest version of Python now supported is Python 3.6. Changes in oslo.service 1.41.1..2.0.0 ------------------------------------- 65e2aa8 [ussuri][goal] Drop python 2.7 support and testing 9895587 tox: Trivial cleanup Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 -- .../notes/drop-python27-support-1cfdf65193a03f3a.yaml | 5 +++++ requirements.txt | 1 - setup.cfg | 8 +++----- setup.py | 8 -------- tox.ini | 15 ++++----------- 7 files changed, 13 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 61ce444..5a3e22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ greenlet>=0.4.10 # MIT -monotonic>=0.6;python_version<'3.3' # Apache-2.0