We eagerly announce the release of: oslo.service 1.39.0: 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.38.0..1.39.0 -------------------------------------- 6aa2b71 Cap Bandit below 1.6.0 and update Sphinx requirement 60e1603 Add workers' type check before launching the services 5398851 Replace git.openstack.org URLs with opendev.org URLs 99eb0bc OpenDev Migration Patch 5b57ff1 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- README.rst | 2 +- oslo_service/service.py | 6 +++++- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ test-requirements.txt | 5 +++-- tox.ini | 4 ++-- 11 files changed, 31 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f52f186..1f12c10 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14,2 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +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 @@ -21 +22 @@ coverage!=4.4,>=4.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org