[openstack-dev] [release][oslo] oslo.service 1.9.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon May 9 15:46:59 UTC 2016


We are pleased to announce the release of:

oslo.service 1.9.0: oslo.service library

This release is part of the newton 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.7.0..1.9.0
------------------------------------

96ccba8 Updated from global requirements
c8499ee Remove direct dependency on babel
aa969d3 Updated from global requirements
a0e4a06 Updated from global requirements
9a2e792 Updated from global requirements
2996051 Updated from global requirements
63c62f2 Fix argument type for _sd_notify() on python3
9604fc9 Use a timeutils.StopWatch for cancel timing
c2e6478 Add ability to cancel Threads and ThreadGroups
9b82953 Exception: message need '_' function
6a56ec6 Fix Heartbeats stop when time is changed
58af2f3 Updated from global requirements

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

oslo_service/__init__.py               | 41 ++++++++++++++++++++
oslo_service/eventlet_backdoor.py      |  8 ++--
oslo_service/loopingcall.py            |  6 +--
oslo_service/service.py                |  6 +--
oslo_service/systemd.py                |  6 +--
oslo_service/threadgroup.py            | 34 ++++++++++++++++-
requirements.txt                       |  7 ++--
test-requirements.txt                  |  4 +-
11 files changed, 192 insertions(+), 22 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9dfef9c..3b56e53 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@
-Babel>=1.3 # BSD
@@ -12 +11 @@ oslo.concurrency>=3.5.0 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.9.0 # Apache-2.0
@@ -17,2 +16,2 @@ PasteDeploy>=1.5.0 # MIT
-Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
-Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
+Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
+Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 353ac9b..23d23c7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -18 +18 @@ coverage>=3.6 # Apache-2.0
-bandit>=0.17.3 # Apache-2.0
+bandit>=1.0.1 # Apache-2.0





More information about the OpenStack-dev mailing list