[openstack-dev] [release][stable][oslo] oslo.service 0.9.1 release (liberty)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 17 18:29:06 UTC 2016


We are chuffed to announce the release of:

oslo.service 0.9.1: oslo.service library

This release is part of the liberty stable 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 0.9.0..0.9.1
------------------------------------

8b6e2f6 Fix race condition on handling signals
eb1a4aa Fix a race condition in signal handlers
0caf56e Updated from global requirements
56b3ff0 ThreadGroup's stop didn't recognise the current thread correctly
9bee390 doing monkey_patch for unittest.
5a20d1f Updated from global requirements
d81e4f2 Update .gitreview for stable/liberty

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

.gitreview                             |  1 +
oslo_service/service.py                | 24 ++++++++++++++++++++----
oslo_service/threadgroup.py            |  9 +++++++--
requirements.txt                       |  2 +-
setup.py                               |  2 +-
8 files changed, 84 insertions(+), 11 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 54c954a..2dc2018 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ monotonic>=0.3 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0





More information about the OpenStack-dev mailing list