[openstack-dev] oslo.rootwrap 1.5.0 released

Doug Hellmann doug at doughellmann.com
Tue Jan 20 16:09:31 UTC 2015


The Oslo team is pleased to announce the release of:

oslo.rootwrap 1.5.0: Oslo Rootwrap

The primary reason for this release is to move the code
out of the oslo namespace package as part of
https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages

For more details, please see the git log history below and:

    http://launchpad.net/oslo.rootwrap/+milestone/1.5.0

Please report issues through launchpad:

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

Changes in /home/dhellmann/repos/openstack/oslo.rootwrap 1.4.0..1.5.0
---------------------------------------------------------------------

9c54b0c Add cross-testing script
414750e Updated from global requirements
bdb739e Move files out of the namespace package
c651d83 Activate pep8 check that _ is imported
44aa91f Workflow documentation is now in infra-manual

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

CONTRIBUTING.rst                                |   7 +-
README.rst                                      |   8 +-
benchmark/benchmark.py                          |   6 +-
openstack-common.conf                           |   7 +
oslo/rootwrap/__init__.py                       |  26 ++
oslo/rootwrap/client.py                         | 133 +-----
oslo/rootwrap/cmd.py                            | 113 +----
oslo/rootwrap/daemon.py                         | 140 +-----
oslo/rootwrap/filters.py                        | 339 +-------------
oslo/rootwrap/jsonrpc.py                        | 197 +-------
oslo/rootwrap/wrapper.py                        | 196 +-------
oslo_rootwrap/__init__.py                       |   0
oslo_rootwrap/client.py                         | 144 ++++++
oslo_rootwrap/cmd.py                            | 124 +++++
oslo_rootwrap/daemon.py                         | 151 ++++++
oslo_rootwrap/filters.py                        | 350 ++++++++++++++
oslo_rootwrap/jsonrpc.py                        | 208 +++++++++
oslo_rootwrap/wrapper.py                        | 207 +++++++++
setup.cfg                                       |   2 +
test-requirements-py3.txt                       |   3 +
test-requirements.txt                           |   2 +
tox.ini                                         |   1 -
31 files changed, 2323 insertions(+), 1141 deletions(-)


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

diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 238a0f8..f0c388c 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -24,0 +25,3 @@ mock>=1.0
+
+oslotest>=1.2.0  # Apache-2.0
+
diff --git a/test-requirements.txt b/test-requirements.txt
index 4db6103..cfe73db 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,0 +17,2 @@ oslosphinx>=2.2.0  # Apache-2.0
+oslotest>=1.2.0  # Apache-2.0
+



More information about the OpenStack-dev mailing list