[release-announce] osprofiler 3.4.3

no-reply at openstack.org no-reply at openstack.org
Thu May 5 10:00:03 UTC 2022


We are tickled pink to announce the release of:

osprofiler 3.4.3: 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.2..3.4.3
----------------------------------

3286301 Make some revisions in the document
7300788 Update CI to use unversioned jobs template
b9206a5 Fix api index and module index
1c28012 Use TOX_CONSTRAINTS_FILE
adc39e8 Remove six


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

.gitignore                                 |  3 +++
.zuul.yaml                                 |  2 +-
lower-constraints.txt                      |  2 +-
osprofiler/_utils.py                       | 13 ++++++-------
osprofiler/cmd/commands.py                 |  6 +-----
osprofiler/drivers/base.py                 | 16 ++++++----------
osprofiler/drivers/elasticsearch_driver.py | 16 +++++++---------
osprofiler/drivers/jaeger.py               |  2 +-
osprofiler/drivers/loginsight.py           |  7 +++----
osprofiler/drivers/messaging.py            |  3 +--
osprofiler/drivers/mongodb.py              | 13 +++++--------
osprofiler/drivers/redis_driver.py         | 16 +++++++---------
osprofiler/hacking/checks.py               |  2 +-
osprofiler/profiler.py                     |  6 ++----
osprofiler/web.py                          |  3 +--
requirements.txt                           |  1 -
test-requirements.txt                      |  7 +------
tox.ini                                    | 18 +++++++++++++++---
24 files changed, 97 insertions(+), 92 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index de2d919..954148d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +6,0 @@ requests>=2.14.2 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index a2ca153..3e1bbd8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,3 +8 @@ testtools>=2.2.0 # MIT
-
-openstackdocstheme>=2.2.1 # Apache-2.0
-sphinx>=2.0.0,!=2.1.0 # BSD
+docutils>=0.14 # OSI-Approved Open Source, Public Domain
@@ -23,3 +20,0 @@ redis>=2.10.0 # MIT
-# Build release notes
-reno>=3.1.0 # Apache-2.0
-






More information about the Release-announce mailing list