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

davanum at gmail.com davanum at gmail.com
Mon Jun 29 18:09:50 UTC 2015


We are glad to announce the release of:

oslo.service 0.2.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.2.0

Please report issues through launchpad:

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

Changes in oslo.service 0.1.0..0.2.0
------------------------------------

1971e8b Documentation on the use of the oslo-config-generator
eea13af Enforce H405 check
f544d9b Enforce H301 check
0224292 Return timer after adding it to internal list
76fe87a Updated from global requirements
8cc9813 Have all the looping calls share a common run loop
48beaca Move service abstract base class check to launch_service methods
475c2e8 Fix a typo in a comment
8d0bd14 Updated from global requirements
64351ca Use a signal name->sigval and sigval->signal name mapping

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

oslo_service/loopingcall.py            | 125 ++++++++++++++++-----------------
oslo_service/periodic_task.py          |   5 +-
oslo_service/service.py                |  41 ++++++-----
oslo_service/threadgroup.py            |  16 +++--
requirements.txt                       |   8 +--
setup.py                               |   1 -
test-requirements.txt                  |   6 +-
tox.ini                                |   4 +-
13 files changed, 215 insertions(+), 99 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cc41aca..14b1422 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ Babel>=1.3
-eventlet>=0.17.3
-monotonic>=0.1
+eventlet>=0.17.4
+monotonic>=0.1 # Apache-2.0
@@ -9 +9 @@ oslo.utils>=1.6.0 # Apache-2.0
-oslo.config>=1.11.0  # Apache-2.0
+oslo.config>=1.11.0 # Apache-2.0
@@ -11 +11 @@ six>=1.9.0
-oslo.i18n>=1.5.0  # Apache-2.0
+oslo.i18n>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f18611f..eb6240f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-oslotest>=1.5.1  # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
@@ -9,2 +9,2 @@ oslotest>=1.5.1  # Apache-2.0
-oslosphinx>=2.5.0  # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2





More information about the OpenStack-announce mailing list