[openstack-announce] [release][oslo] oslo.service release 0.11.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Oct 19 17:26:17 UTC 2015


We are eager to announce the release of:

oslo.service 0.11.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.11.0

Please report issues through launchpad:

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

Changes in oslo.service 0.10.0..0.11.0
--------------------------------------

8aa90b5 Updated from global requirements
91a92f0 Add doc8 to py27 tox env and fix raised issues
f566c54 Document termination of children on SIGHUP
5573508 Updated from global requirements
5832c6f Updated from global requirements

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

requirements.txt      |  2 +-
test-requirements.txt |  3 ++-
tox.ini               |  5 +++++
4 files changed, 41 insertions(+), 23 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 54c954a..806b7a8 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.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8fabf39..7307556 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ oslotest>=1.10.0 # Apache-2.0
-# These are needed for docs generation
+# These are needed for docs generation/testing
@@ -11,0 +12 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+doc8 # Apache-2.0





More information about the OpenStack-announce mailing list