[release][oslo] oslo.service release 0.6.0 (liberty)
We are psyched to announce the release of: oslo.service 0.6.0: oslo.service library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.service With package available at: https://pypi.python.org/pypi/oslo.service For more details, please see the git log history below and: http://launchpad.net/oslo.service/+milestone/0.6.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 0.5.0..0.6.0 ------------------------------------ e2a6183 Added newline at end of file e3983f2 Added class SignalHandler 3d1bbc1 Updated from global requirements 4596272 Activate pep8 check that _ is imported 5116f88 Denote what happens when no exceptions are passed in ff00781 Allow LoopingCall to continue on exception in callee Diffstat (except docs and test files) ------------------------------------- oslo_service/loopingcall.py | 40 ++++++++--- oslo_service/service.py | 123 +++++++++++++++++++++------------ requirements.txt | 1 + test-requirements.txt | 2 +- tox.ini | 3 +- 7 files changed, 152 insertions(+), 80 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b4d7b3d..9697f7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ oslo.utils>=1.9.0 # Apache-2.0 +oslo.concurrency>=2.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3455de1..f4ee060 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ mock>=1.2 -oslotest>=1.7.0 # Apache-2.0 +oslotest>=1.9.0 # Apache-2.0
participants (1)
-
davanum@gmail.com