We are excited to announce the release of: oslo.service 2.2.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.1.1..2.2.0 ------------------------------------ d08727e Drop six usages 2e0ef27 Fix hacking min version to 3.0.1 3803ff2 Switch to newer openstackdocstheme and reno versions d804287 Remove the unused coding style modules 4da02c3 Remove translation sections from setup.cfg 6793fe1 Remove monotonic usage b83ce33 Monkey patch original current_thread _active bdb2de8 Bump default tox env from py37 to py38 50306b5 Add py38 package metadata 7d35788 Use unittest.mock instead of third party mock f4f9e80 Add release notes links to doc index ad041f4 Add Python3 victoria unit tests 3c812fc Update master for stable/ussuri 5f184f1 Cleanup py27 support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 2 -- lower-constraints.txt | 8 -------- oslo_service/__init__.py | 11 +---------- oslo_service/eventlet_backdoor.py | 6 ++++++ oslo_service/loopingcall.py | 4 ++-- oslo_service/periodic_task.py | 10 ++-------- oslo_service/service.py | 9 +++------ releasenotes/source/conf.py | 11 ++++------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ requirements.txt | 1 - setup.cfg | 20 +------------------- test-requirements.txt | 3 +-- tox.ini | 2 +- 26 files changed, 69 insertions(+), 102 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8fa4fac..2c56e23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +13,0 @@ oslo.log>=3.36.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 15d9f02..2d59b6e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=3.0,<3.1.0 # Apache-2.0 -mock>=2.0.0 # BSD +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org