We are jazzed to announce the release of: oslo.privsep 1.33.2: OpenStack library for privilege separation This release is part of the train 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 1.33.1..1.33.2 -------------------------------------- e896ed3 Self-resetting PrivContext 0d09fd1 Add Python 3 Train unit tests 3a8f29e Move doc related modules to doc/requirements.txt Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .zuul.yaml | 4 +--- oslo_privsep/comm.py | 4 ++++ oslo_privsep/priv_context.py | 3 +++ setup.cfg | 3 ++- test-requirements.txt | 6 ------ tox.ini | 11 +++++++++-- 10 files changed, 36 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ce5ad1..3bfcb84 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,6 +10,0 @@ stestr>=2.0.0 # Apache-2.0 -# These are needed for docs generation -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -reno>=2.5.0 # Apache-2.0 -
participants (1)
-
no-reply@openstack.org