[openstack-announce] [release][oslo] oslo.service release 1.1.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Dec 7 19:56:12 UTC 2015
We are delighted to announce the release of:
oslo.service 1.1.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/1.1.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.service
Changes in oslo.service 1.0.0..1.1.0
------------------------------------
d47ca12 Avoid warning when time taken is close to zero
78ca75d Update the _i18n.py file and fix the domain value
1c763f2 Add Bandit to tox for security static analysis
c70fa7e Code refactoring of ThreadGroup::stop_timers()
9d8acfb Add functionality for creating Unix domain WSGI servers
Diffstat (except docs and test files)
-------------------------------------
bandit.yaml | 344 ++++++++++++++++++++++++++++++++++++++++
oslo_service/_i18n.py | 14 +-
oslo_service/loopingcall.py | 2 +-
oslo_service/sslutils.py | 6 +-
oslo_service/threadgroup.py | 22 +--
oslo_service/wsgi.py | 55 +++++--
test-requirements.txt | 4 +
tox.ini | 6 +-
10 files changed, 481 insertions(+), 43 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 30ca34c..112aceb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@
+fixtures>=1.3.1
@@ -14,0 +16,3 @@ coverage>=3.6
+
+# Bandit security code scanner
+bandit>=0.13.2
More information about the OpenStack-announce
mailing list