We high-spiritedly announce the release of: oslo.rootwrap 6.1.0: Oslo Rootwrap This release is part of the victoria 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 6.0.2..6.1.0 ------------------------------------- b403e0d Fix hacking min version to 3.0.1 4c04806 Switch to newer openstackdocstheme and reno versions 0332ffc Remove the unused coding style modules ee39ce3 Avoid raising a RuntimeError during the shutdown 6caa7f0 Bump default tox env from py37 to py38 9fd61c8 Add py38 package metadata d689527 Add Python3 victoria unit tests d318c80 Update master for stable/ussuri 4445f32 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- benchmark/benchmark.py | 2 ++ lower-constraints.txt | 10 +--------- oslo_rootwrap/client.py | 14 ++++++++++---- oslo_rootwrap/jsonrpc.py | 7 ++++--- releasenotes/source/conf.py | 6 +++--- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 4 ++-- tox.ini | 6 +++--- 15 files changed, 43 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3f5ae04..f231f86 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -17 +17 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org