oslo.rootwrap 7.4.0 (epoxy)
We enthusiastically announce the release of: oslo.rootwrap 7.4.0 This release is part of the epoxy 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. 7.4.0 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.rootwrap 7.3.0..7.4.0 ------------------------------------- a9a4ff3 Add note about requirements lower bounds 863f06f Run pyupgrade to clean up Python 2 syntaxes 59f005d pre-commit: Bump versions 723dea2 Remove Python 3.8 support c858ead Fix outdated tox minversion 88dfa5b Declare Python 3.12 support fd6b785 Extend timeout before SIGKILL 37bac3d Update master for stable/2024.2 3bb398b Fix _FunctionalBase.test_run_as Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 34 ++++++++++------------ benchmark/benchmark.py | 10 +++---- oslo_rootwrap/client.py | 6 ++-- oslo_rootwrap/cmd.py | 4 +-- oslo_rootwrap/daemon.py | 6 ++-- oslo_rootwrap/filters.py | 20 ++++++------- oslo_rootwrap/jsonrpc.py | 12 ++++---- oslo_rootwrap/wrapper.py | 6 ++-- .../notes/remove-py38-6421aa50c25a85c8.yaml | 5 ++++ releasenotes/source/2024.2.rst | 6 ++++ releasenotes/source/conf.py | 1 - releasenotes/source/index.rst | 1 + requirements.txt | 3 ++ setup.cfg | 4 +-- test-requirements.txt | 7 ----- tox.ini | 7 ++--- 20 files changed, 78 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e69de29..bbdc307 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,3 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. diff --git a/test-requirements.txt b/test-requirements.txt index 7e384b4..4d56070 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 - @@ -12,5 +9,0 @@ eventlet>=0.18.2 # MIT - -# Bandit security code scanner -bandit>=1.7.0,<1.8.0 # Apache-2.0 - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org