[openstack-announce] [release][oslo] oslo.rootwrap release 2.1.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jun 29 18:09:45 UTC 2015


We are content to announce the release of:

oslo.rootwrap 2.1.0: Oslo Rootwrap

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

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

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

Please report issues through launchpad:

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

Changes in oslo.rootwrap 2.0.0..2.1.0
-------------------------------------

e0bf776 daemon: avoid raising UnboundLocalError to callers
aabd919 Updated from global requirements
f34ee8a Updated from global requirements
29f46a4 Log that rootwrap was spawned after check

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

oslo_rootwrap/client.py              |  6 ++-
oslo_rootwrap/daemon.py              | 78 ++++++++++++++++++------------------
setup.py                             |  1 -
test-requirements-py3.txt            |  6 +--
test-requirements.txt                | 12 +++---
6 files changed, 70 insertions(+), 50 deletions(-)


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

diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 48bbf97..aee21a1 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -12 +12 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0
@@ -26 +26 @@ mock>=1.0
-oslotest>=1.5.1  # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c58602d..849a3ac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -12 +12 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0
@@ -15,3 +15,3 @@ testtools>=0.9.36,!=1.2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
-oslotest>=1.5.1  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0
+oslotest>=1.5.1 # Apache-2.0
@@ -24 +24 @@ mock>=1.0
-eventlet>=0.17.3
+eventlet>=0.17.4





More information about the OpenStack-announce mailing list