[release][oslo] oslo.service release 0.4.0 (liberty)
We are pleased to announce the release of: oslo.service 0.4.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.4.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 0.3.0..0.4.0 ------------------------------------ 355c3bb Updated from global requirements e7dabc7 Move backdoor-related tests from test_service 9e51318 Add mock to test_requirements ad22427 Remove usage of mox in test_eventlet_backdoor 4d6dd35 Copy RetryDecorator from oslo.vmware eb7fa53 Increase test coverage of systemd Diffstat (except docs and test files) ------------------------------------- oslo_service/loopingcall.py | 80 ++++++++++++++++++++++++++++ test-requirements.txt | 2 + 6 files changed, 239 insertions(+), 111 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index eb6240f..2d275f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6,2 @@ hacking<0.11,>=0.10.0 +mock>=1.1;python_version!='2.6' +mock==1.0.1;python_version=='2.6'
participants (1)
-
davanum@gmail.com