We joyfully announce the release of: oslo.rootwrap 5.5.0: Oslo Rootwrap This release is part of the pike 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. Changes in oslo.rootwrap 5.4.0..5.5.0 ------------------------------------- d089ff3 Updated from global requirements 3d3d323 [Fix gate]Update test requirement 0694fbc Don't open subdirectories rootwrap filter directories 847c28a Avoid importing Linux specific modules on Windows a76f5da Always check cmd which does not exist 991aa5c Updated from global requirements 7a41852 Remove support for py34 82755eb pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 458d79b [daemon] Close inherited filedescriptors after forking 47682cb Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- oslo_rootwrap/client.py | 3 ++- oslo_rootwrap/filters.py | 8 ++++++-- oslo_rootwrap/version.py | 2 +- oslo_rootwrap/wrapper.py | 10 ++++++++-- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 4 ++-- tox.ini | 2 +- 12 files changed, 42 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index daad9c4..ea8096e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -14 +14 @@ testtools>=1.4.0 # MIT -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD