We are excited to announce the release of: oslo.rootwrap 7.2.0: Oslo Rootwrap This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.rootwrap Download the package from: https://pypi.org/project/oslo.rootwrap Please report issues through: https://bugs.launchpad.net/oslo.rootwrap/+bugs For more details, please see below. Changes in oslo.rootwrap 7.1.0..7.2.0 ------------------------------------- a52130d Display coverage report 6601e4a Bump hacking 8766b50 Update python classifier in setup.cfg 43ab5ad Add coreutils as valid value to fix KillFilter test dedaf62 Update master for stable/2023.2 92d7061 Drop Beta development status Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +++++++ .pre-commit-config.yaml | 2 +- releasenotes/source/2023.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ---- setup.cfg | 2 +- test-requirements.txt | 6 +----- tox.ini | 4 +++- 9 files changed, 30 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2683dd4..e69de29 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 55b7796..22d9fc1 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