We are jazzed to announce the release of: oslo.privsep 1.17.0: OpenStack library for privilege separation This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.privsep Download the package from: https://pypi.python.org/pypi/oslo.privsep Please report issues through launchpad: http://bugs.launchpad.net/oslo.privsep For more details, please see below. Changes in oslo.privsep 1.16.0..1.17.0 -------------------------------------- 575eea1 Updated from global requirements 653b856 [Fix gate]Update test requirement 5ca4ccc Updated from global requirements 22c766d pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) d4ede6d Update reno for stable/ocata 90576b9 Remove references to Python 3.4 e9c6fb7 Preserve all LogRecord fields from privileged side Diffstat (except docs and test files) ------------------------------------- oslo_privsep/daemon.py | 33 +++++++++++++++----- oslo_privsep/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++ requirements.txt | 2 +- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 4 +-- tox.ini | 2 +- 10 files changed, 97 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 29dc1b1..29ac9c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4f24863..69c76f1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.2 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -12 +12 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD