We are excited to announce the release of: oslo.service 2.1.1: 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.1.0..2.1.1 ------------------------------------ b7dc0d7 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 4 ---- test-requirements.txt | 2 +- tox.ini | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2116efb..15d9f02 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0