We are overjoyed to announce the release of: oslo.service 1.40.1: oslo.service library This release is part of the train 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 1.40.0..1.40.1 -------------------------------------- f48b150 Polish usage.rst e7dd291 restart: don't stop process on sighup when mutating d9ffc59 Move doc related modules to doc/requirements.txt d349cb9 Add Python 3 Train unit tests Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .zuul.yaml | 3 +- oslo_service/service.py | 38 +++++++++++----- setup.cfg | 1 + test-requirements.txt | 5 --- tox.ini | 9 +++- 8 files changed, 111 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1f12c10..2116efb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,4 +11,0 @@ stestr>=2.0.0 # Apache-2.0 -# These are needed for docs generation/testing -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD @@ -17 +12,0 @@ doc8>=0.6.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org