We are pumped to announce the release of: oslo.rootwrap 5.3.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. Changes in oslo.rootwrap 5.2.0..5.3.0 ------------------------------------- dad7ba4 Updated from global requirements c6a9335 Updated from global requirements ccef06c [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 16c22e9 Fix running unknown commands in daemon mode d59692c Enable release notes translation Diffstat (except docs and test files) ------------------------------------- oslo_rootwrap/daemon.py | 28 ++++++++++++++++++++-------- releasenotes/source/conf.py | 3 +++ test-requirements.txt | 6 +++--- 5 files changed, 38 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index aee933f..daad9c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,2 +14,2 @@ testtools>=1.4.0 # MIT -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 @@ -25 +25 @@ eventlet!=0.18.3,>=0.18.2 # MIT -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0