[openstack-announce] [release][oslo] oslo.service release 0.5.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 27 20:26:11 UTC 2015


We are pleased to announce the release of:

oslo.service 0.5.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.5.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.service

Changes in oslo.service 0.4.0..0.5.0
------------------------------------

87cdb36 Updated from global requirements
3d9ae77 Updated from global requirements
2b01b95 Updated from global requirements
6726c25 Add oslo_debug_helper to tox.ini
a6cd5df Add usage documentation for oslo_service.service module
390b934 save docstring, name etc using six.wraps

Diffstat (except docs and test files)
-------------------------------------

oslo_service/loopingcall.py |  2 +
oslo_service/service.py     | 13 +------
requirements.txt            |  2 +-
setup.py                    |  2 +-
test-requirements.txt       |  5 +--
tox.ini                     |  5 ++-
8 files changed, 103 insertions(+), 19 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1ed395c..b4d7b3d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ monotonic>=0.1 # Apache-2.0
-oslo.utils>=1.6.0 # Apache-2.0
+oslo.utils>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2d275f9..3455de1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6,2 @@ hacking<0.11,>=0.10.0
-mock>=1.1;python_version!='2.6'
-mock==1.0.1;python_version=='2.6'
-oslotest>=1.5.1 # Apache-2.0
+mock>=1.2
+oslotest>=1.7.0 # Apache-2.0





More information about the OpenStack-announce mailing list