[openstack-announce] [release][oslo] oslo.service release 0.10.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 12 15:58:41 UTC 2015
We are jubilant to announce the release of:
oslo.service 0.10.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
For more details, please see the git log history below and:
http://launchpad.net/oslo.service/+milestone/0.10.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.service
Changes in oslo.service 0.9.0..0.10.0
-------------------------------------
2f649b3 RetryDecorator should not log warnings/errors for expected exceptions
286a6ea Termination children on SIGHUP added
fddca3b Fix coverage configuration and execution
898ca32 Add register_opts function to sslutils
63b4b60 Move the common thread manipulating routine to a shared routine
2e82520 Update log string to correctly denote what it waits on
daea9a4 Cleanup thread on thread done callback
36b98af Move 'history' -> release notes section
af6d241 Add unit tests for sslutils
9102073 Expand README and clean up intro to sphinx docs
770e186 Add shields.io version/downloads links/badges into README.rst
5c9d0d4 add auto-generated docs for config options
3706efc Change ignore-errors to ignore_errors
edd3bc8 Fix the home-page value in setup.cfg
2e2940d WSGI module was corrected
7ccc671 Updated from global requirements
9e81bba ThreadGroup's stop didn't recognise the current thread correctly
f5d2738 doing monkey_patch for unittest.
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 7 ++-
.gitignore | 3 +-
README.rst | 20 ++++--
oslo_service/_options.py | 12 +++-
oslo_service/loopingcall.py | 19 +++---
oslo_service/service.py | 2 +-
oslo_service/sslutils.py | 5 ++
oslo_service/threadgroup.py | 49 ++++++++-------
oslo_service/wsgi.py | 15 ++++-
setup.cfg | 2 +-
setup.py | 2 +-
test-requirements.txt | 2 +
tox.ini | 2 +-
21 files changed, 312 insertions(+), 69 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index c012c18..8fabf39 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12,2 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+
+coverage>=3.6
More information about the OpenStack-announce
mailing list