We are glad to announce the release of: oslo.service 1.31.3: oslo.service library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.service Download the package from: https://pypi.org/project/oslo.service Please report issues through launchpad: https://bugs.launchpad.net/oslo.service For more details, please see below. Changes in oslo.service 1.31.2..1.31.3 -------------------------------------- 274aac4 Remove unnecessary pyNN testenv ebad161 Convert oslo.service to using stestr eb70bf6 Add release notes link to README 612c650 Fix oslo.service ProcessLauncher fails to call stop 8ba8b03 fix tox python3 overrides eaf6242 Add test dependency on requests 135ab8f Remove moxstubout bd079a4 Make lower-constraints job voting Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 6 ++---- README.rst | 1 + lower-constraints.txt | 2 +- oslo_service/service.py | 2 ++ test-requirements.txt | 2 ++ tox.ini | 16 ++++++++-------- 10 files changed, 24 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 98d04ae..eeedfef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9,2 @@ oslotest>=3.2.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0