We are thrilled to announce the release of: oslo.privsep 1.30.1: OpenStack library for privilege separation This release is part of the stein 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.30.1 -------------------------------------- 9391cbf Replace assertRaisesRegexp with assertRaisesRegex b1f50df Avoids calling ffi.dlopen(None) on Windows dbb2be1 add lib-forward-testing-python3 test job c54ee39 add python 3.6 unit test job b9a644a Remove PyPI downloads 616c62d import zuul job settings from project-config 5286474 Add that 'Release Notes' in README aea141e Update reno for stable/rocky 58ecafb Switch to stestr 8b24f73 fix tox python3 overrides 1117ac9 Added example blogposts bb0c7cb Trivial: Update pypi url to new url Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 10 ++++++++++ README.rst | 7 ++----- lower-constraints.txt | 2 +- oslo_privsep/capabilities.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 ++++++ test-requirements.txt | 1 + tox.ini | 17 ++++++++++++++--- 14 files changed, 50 insertions(+), 21 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
participants (1)
-
no-reply@openstack.org