We are jazzed to announce the release of: oslo.privsep 1.29.2: OpenStack library for privilege separation This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through launchpad: https://bugs.launchpad.net/oslo.privsep For more details, please see below. Changes in oslo.privsep 1.29.0..1.29.2 -------------------------------------- f7ba0aa Avoids calling ffi.dlopen(None) on Windows 884b552 Update UPPER_CONSTRAINTS_FILE for stable/rocky 04bd694 import zuul job settings from project-config cf6d551 Update .gitreview for stable/rocky 236bc42 Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .gitreview | 1 + .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 8 ++++++++ lower-constraints.txt | 2 +- oslo_privsep/capabilities.py | 2 +- test-requirements.txt | 1 + tox.ini | 13 ++++++++++--- 9 files changed, 26 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index aa1a6a9..9d04794 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,0 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0