[release-announce] oslo.reports 2.3.0

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


We are overjoyed to announce the release of:

oslo.reports 2.3.0: oslo.reports library

The source is available from:

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

Download the package from:

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

For more details, please see below.

Changes in oslo.reports 2.2.0..2.3.0
------------------------------------

f2799dc Switch testing to Xena testing runtime
5f1602e setup.cfg: Replace dashes with underscores
4d2c601 Move flake8 as a pre-commit local target.
c083fe9 Remove lower-constraints remnants
00f80b4 Dropping lower constraints testing
a96ee02 Replace concatenation with f-strings
57cc918 Use TOX_CONSTRAINTS_FILE
f67c3ba Use py3 as the default runtime for tox
6b2ad67 Fix hacking min version to 3.0.1
a2122e7 Remove all six usage
f8cd468 Adding pre-commit
ed06708 Add Python3 wallaby unit tests
003c1ce Update master for stable/victoria


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

.pre-commit-config.yaml                           | 39 ++++++++++++++++
.zuul.yaml                                        |  3 +-
lower-constraints.txt                             | 50 --------------------
oslo_reports/_utils.py                            |  4 +-
oslo_reports/models/base.py                       |  8 ++--
oslo_reports/report.py                            |  3 +-
oslo_reports/views/text/generic.py                | 10 ++--
oslo_reports/views/text/header.py                 |  4 +-
oslo_reports/views/xml/generic.py                 |  6 +--
releasenotes/source/index.rst                     |  1 +
releasenotes/source/victoria.rst                  |  6 +++
requirements.txt                                  |  1 -
setup.cfg                                         |  8 ++--
test-requirements.txt                             |  4 +-
tox.ini                                           | 15 ++----
20 files changed, 116 insertions(+), 137 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3323122..0223378 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +8,0 @@ psutil>=3.2.2 # BSD
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 8acd21b..b507919 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -17,0 +18,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