We are tickled pink to announce the release of: oslo.privsep 3.3.0: OpenStack library for privilege separation This release is part of the caracal 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 3.2.0..3.3.0 ------------------------------------ e459366 Display coverage report bb92acb reno: Update master for unmaintained/yoga ef0c3f1 Bump hacking c6cecb3 Update python classifier in setup.cfg a2fe33a add new kernel capabilities 1c9f7b0 Fix wrong path in coveragerc 054567a fix broken links in readme f79b916 Update master for stable/2023.2 ee4c01a Bump bandit Diffstat (except docs and test files) ------------------------------------- .coveragerc | 6 +++--- .pre-commit-config.yaml | 2 +- README.rst | 8 ++++---- oslo_privsep/capabilities.py | 5 ++++- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 1 + test-requirements.txt | 8 ++------ tox.ini | 6 +++++- 11 files changed, 28 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 99b4412..b44b3d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 651c1f7..33138b3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -11 +7 @@ stestr>=2.0.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org