[openstack-dev] [new][oslo] oslo.rootwrap 5.2.0 release (ocata)

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


We are glowing to announce the release of:

oslo.rootwrap 5.2.0: Oslo Rootwrap

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

5.2.0
^^^^^

Other Notes

* Switch to reno for managing release notes.

Changes in oslo.rootwrap 5.1.0..5.2.0
-------------------------------------

e93f837 Update homepage with developer documentation page
04e2cd0 Enhance _program() and _program_path()
5d96b86 Remove discover from test-requirements
1c110e0 Add reno for release notes management


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

.gitignore                                        |   3 +
oslo_rootwrap/filters.py                          |  59 +++--
oslo_rootwrap/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 +
setup.cfg                                         |   2 +-
test-requirements.txt                             |   3 +-
tox.ini                                           |   3 +
13 files changed, 381 insertions(+), 42 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 65bf3d1..aee933f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ hacking<0.11,>=0.10.0
-discover # BSD
@@ -24,0 +24,2 @@ eventlet!=0.18.3,>=0.18.2 # MIT
+
+reno>=1.8.0 # Apache2





More information about the OpenStack-dev mailing list