We are excited to announce the release of: oslo.privsep 1.33.1: 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.0..1.33.1 -------------------------------------- 3574210 Pass correct arguments to six.reraise 5abc1e2 Cap Bandit below 1.6.0 and update Sphinx requirement 447b377 Replace git.openstack.org URLs with opendev.org URLs 6c3a6e2 Add more usage documentation Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- oslo_privsep/daemon.py | 2 +- test-requirements.txt | 5 ++- tox.ini | 2 +- 6 files changed, 115 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8e1704e..1ce5ad1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13,2 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +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 @@ -17 +18 @@ reno>=2.5.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org