[openstack-dev] [new][oslo] oslo.service 1.17.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:53:26 UTC 2016


We are jubilant to announce the release of:

oslo.service 1.17.0: oslo.service library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.service

Download the package from:

    https://pypi.python.org/pypi/oslo.service

Please report issues through launchpad:

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

For more details, please see below.

1.17.0
^^^^^^

Other Notes

* Switch to reno for managing release notes.

Changes in oslo.service 1.16.0..1.17.0
--------------------------------------

93537f2 Changed the home-page link
91fb906 Updated from global requirements
48bebc7 Replace 'MagicMock' with 'Mock'
61b5ef5 Updated from global requirements
da31eee Updated from global requirements
ae4f6fa Updated from global requirements
114041b Stay alive on double SIGHUP
3976008 Add reno for release notes management


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

.gitignore                                        |   3 +
oslo_service/service.py                           |  22 +-
oslo_service/version.py                           |  18 ++
releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 274 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   4 +-
setup.cfg                                         |   2 +-
test-requirements.txt                             |   5 +-
tox.ini                                           |   3 +
15 files changed, 376 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0d7f994..31c80ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-WebOb>=1.2.3 # MIT
+WebOb>=1.6.0 # MIT
@@ -12 +12 @@ oslo.config>=3.14.0 # Apache-2.0
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index aa6de5e..1291bd4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11,2 @@ oslotest>=1.10.0 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
@@ -13,0 +14 @@ doc8 # Apache-2.0
+reno>=1.8.0 # Apache2





More information about the OpenStack-dev mailing list