We are overjoyed to announce the release of: oslo.privsep 2.2.0: OpenStack library for privilege separation This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through: https://bugs.launchpad.net/oslo.privsep/+bugs For more details, please see below. Changes in oslo.privsep 2.1.1..2.2.0 ------------------------------------ 8ba1ed6 Fix hacking min version to 3.0.1 c9cc428 Switch to newer openstackdocstheme and reno versions 95d8f6d Remove the unused coding style modules d707542 Remove translation sections from setup.cfg 186ed27 Bump default tox env from py37 to py38 e9da643 Add py38 package metadata d854828 Add release notes links to doc index 10013b3 Add Python3 victoria unit tests e79579c Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 2 -- lower-constraints.txt | 5 ----- releasenotes/source/conf.py | 6 +++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 15 +-------------- test-requirements.txt | 2 +- tox.ini | 2 +- 12 files changed, 27 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ba4b3d1..a4fdee5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0