[openstack-dev] [release] oslo.rootwrap release 1.7.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:22 UTC 2015


We are gleeful to announce the release of:

oslo.rootwrap 1.7.0: Oslo Rootwrap

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

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

Please report issues through launchpad:

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

Changes in oslo.rootwrap 1.6.0..1.7.0
-------------------------------------

a947967 2015-04-16 18:07:38 +0000 Uncap library requirements for liberty
1782ef1 2015-04-06 09:59:00 -0400 Speed up non-daemon rootwrap command line invocation
ea65f25 2015-04-04 01:57:04 -0400 Correct RST syntax errors in README.rst
19b2562 2015-04-03 14:04:10 +0000 Update to latest hacking
37b8d37 2015-03-31 23:06:06 +1100 Avoid calling sudo just to change users
fc41323 2015-03-21 00:17:07 +0000 Updated from global requirements

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

README.rst                             |  4 ++--
oslo_rootwrap/cmd.py                   |  5 ++++-
oslo_rootwrap/filters.py               | 16 ++++++++++++----
oslo_rootwrap/wrapper.py               | 14 +++++++-------
test-requirements-py3.txt              |  4 ++--
test-requirements.txt                  |  8 ++++----
7 files changed, 45 insertions(+), 20 deletions(-)


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

diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index f0c388c..48bbf97 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
@@ -26 +26 @@ mock>=1.0
-oslotest>=1.2.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4b0b51a..c7ababb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
@@ -16,2 +16,2 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0
@@ -24 +24 @@ mock>=1.0
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0





More information about the OpenStack-dev mailing list