[release-announce] oslo.rootwrap 6.3.0

no-reply at openstack.org no-reply at openstack.org
Thu Jul 1 12:46:24 UTC 2021


We are ecstatic to announce the release of:

oslo.rootwrap 6.3.0: Oslo Rootwrap

The source is available from:

    https://opendev.org/openstack/oslo.rootwrap

Download the package from:

    https://pypi.org/project/oslo.rootwrap

For more details, please see below.

Changes in oslo.rootwrap 6.2.0..6.3.0
-------------------------------------

25fcff9 setup.cfg: Replace dashes with underscores
273e429 Move flake8 as a pre-commit local target.
85d0c79 Remove lower-constraints remnants
98e1888 Dropping lower constraints testing
0d165ae Use TOX_CONSTRAINTS_FILE
0d1bcc5 Use py3 as the default runtime for tox
0e62293 Remove six
81352d0 Remove six.PY3
45797b8 Add Python3 wallaby unit tests
75084cc Update master for stable/victoria
b1122e8 Adding pre-commit
ee58e4f ignore reno generated artifacts


Diffstat (except docs and test files)
-------------------------------------

.gitignore                             |  2 ++
.pre-commit-config.yaml                | 39 ++++++++++++++++++++++++++++++++++
.zuul.yaml                             |  3 +--
benchmark/benchmark.py                 |  6 ++----
lower-constraints.txt                  | 38 ---------------------------------
oslo_rootwrap/cmd.py                   |  8 +++----
oslo_rootwrap/daemon.py                |  8 +++----
oslo_rootwrap/wrapper.py               |  8 +++----
releasenotes/source/conf.py            |  2 ++
releasenotes/source/index.rst          |  1 +
releasenotes/source/victoria.rst       |  6 ++++++
requirements.txt                       |  1 -
setup.cfg                              |  8 +++----
test-requirements.txt                  |  2 ++
tox.ini                                | 17 ++++++---------
18 files changed, 82 insertions(+), 85 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1b9f30c..2683dd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b0959bb..a8ccf03 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,0 +21,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list