[openstack-dev] [new][oslo] oslo.privsep 1.13.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 25 12:09:27 UTC 2016


We are grateful to announce the release of:

oslo.privsep 1.13.0: OpenStack library for privilege separation

This release is part of the newton release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

1.13.0
^^^^^^

Other Notes

* Switch to reno for managing release notes.

Changes in oslo.privsep 1.12.0..1.13.0
--------------------------------------

a029855 Updated from global requirements
e3f0550 Use default value for undefined caps in fmt_caps
f0370ac Add reno for release notes management


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

.gitignore                                        |   3 +
oslo_privsep/daemon.py                            |   6 +-
oslo_privsep/version.py                           |  18 ++
releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 273 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   2 +-
test-requirements.txt                             |   1 +
tox.ini                                           |   3 +
12 files changed, 319 insertions(+), 3 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 34304cd..eb977e3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.config>=3.12.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b3deaba..c79d4ef 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,0 +13 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+reno>=1.8.0 # Apache2





More information about the OpenStack-dev mailing list