[oslo] oslo.service 1.20.0 (pike)
We are satisfied to announce the release of: oslo.service 1.20.0: oslo.service library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.service Download the package from: https://pypi.python.org/pypi/oslo.service Please report issues through launchpad: http://bugs.launchpad.net/oslo.service For more details, please see below. Changes in oslo.service 1.19.0..1.20.0 -------------------------------------- 0099d76 Updated from global requirements 7b540df [Fix gate]Update test requirement d743792 Updated from global requirements dc9e443 Updated from global requirements e371821 Fix race condition with fast threads 8b68459 pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 4ca2344 Remove duplicated register_opts call 7fa34bf Update reno for stable/ocata 087d0c7 Remove references to Python 3.4 Diffstat (except docs and test files) ------------------------------------- oslo_service/threadgroup.py | 8 +++++--- oslo_service/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 2 +- setup.cfg | 3 +-- setup.py | 2 +- test-requirements.txt | 4 ++-- tox.ini | 2 +- 10 files changed, 19 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bf29b86..6c61b2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ monotonic>=0.6 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8e0dcf6..8eccce4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -12 +12 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org