[release-announce] osprofiler 3.4.1

no-reply at openstack.org no-reply at openstack.org
Wed Jun 9 16:29:55 UTC 2021


We are pleased to announce the release of:

osprofiler 3.4.1: OpenStack Profiler Library

The source is available from:

    https://opendev.org/openstack/osprofiler

Download the package from:

    https://pypi.org/project/osprofiler

For more details, please see below.

Changes in osprofiler 3.4.0..3.4.1
----------------------------------

951efdc Uncap PrettyTable
d153b99 Move flake8 as a pre-commit local target.
bcca5bd Dropping lower constraints testing
42d5819 Use py3 as the default runtime for tox
2794b98 Adding pre-commit
22d6bff ignore reno generated artifacts
d0d65fd Add Python3 wallaby unit tests
ba16314 Update master for stable/victoria


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

.gitignore                              |   2 +
.pre-commit-config.yaml                 |  39 +++++++
.zuul.yaml                              |   3 +-
releasenotes/source/index.rst           |   1 +
releasenotes/source/victoria.rst        |   6 +
requirements.txt                        |   2 +-
test-requirements.txt                   |   2 +
tools/lint.py                           |   4 +-
tools/patch_tox_venv.py                 |   3 +-
tox.ini                                 |   5 +-
12 files changed, 96 insertions(+), 168 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7719bc4..de2d919 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ oslo.utils>=3.33.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index a227fe4..a2ca153 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27,0 +28,2 @@ jaeger-client>=3.8.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list