[openstack-dev] [release][oslo] oslo.service release 1.3.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Jan 14 03:53:00 UTC 2016


We are overjoyed to announce the release of:

oslo.service 1.3.0: oslo.service library

This release is part of the mitaka 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

Please report issues through launchpad:

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

For more details, please see below.


Changes in oslo.service 1.2.0..1.3.0
------------------------------------

c5f4562 Graceful shutdown added to ServiceLauncher
a9829a8 Updated from global requirements
4d168fe Fix some inconsistency in docstrings
b44b0f1 Refactoring of tests/eventlet_service.py
190312d Updated from global requirements
7bfa2ea Remove argument ServiceLauncher.wait() method
8a65abc fix a couple of assert issues
e36843c Run sslutils and wsgi tests for python3
d341905 Updated from global requirements

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

oslo_service/service.py                | 55 ++++++++++++++++++++--------------
oslo_service/wsgi.py                   |  4 +--
requirements.txt                       |  6 ++--
tox.ini                                | 11 -------
8 files changed, 82 insertions(+), 78 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e110e4f..38d1131 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ monotonic>=0.3 # Apache-2.0
-oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0
@@ -12,2 +12,2 @@ oslo.concurrency>=2.3.0 # Apache-2.0
-oslo.config>=2.7.0 # Apache-2.0
-oslo.log>=1.12.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0





More information about the OpenStack-dev mailing list