[release-announce] osprofiler 3.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 4 10:50:22 UTC 2020


We are amped to announce the release of:

osprofiler 3.2.0: OpenStack Profiler Library

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/osprofiler

Download the package from:

    https://pypi.org/project/osprofiler

Please report issues through:

    https://bugs.launchpad.net/osprofiler/+bugs

For more details, please see below.

Changes in osprofiler 3.1.0..3.2.0
----------------------------------

1d77244 Fix pep8 failures
c568c9f Switch to newer openstackdocstheme and reno versions
99332da Bump default tox env from py37 to py38
2b2d4fe Add py38 package metadata
3fc760a Enforce order of import statements
6a4d27f Use unittest.mock instead of third party mock
3c95bd5 Add Python3 victoria unit tests
6d07dab Update master for stable/ussuri


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

.zuul.yaml                                         |  2 +-
lower-constraints.txt                              |  6 +++---
osprofiler/cmd/commands.py                         |  4 ++--
osprofiler/cmd/shell.py                            |  6 +++---
osprofiler/drivers/base.py                         | 15 +++++++-------
osprofiler/drivers/elasticsearch_driver.py         |  2 +-
osprofiler/drivers/redis_driver.py                 |  1 -
osprofiler/hacking/checks.py                       | 23 +++++++++++-----------
osprofiler/profiler.py                             |  6 +++---
osprofiler/web.py                                  |  4 ++--
releasenotes/source/conf.py                        | 10 +++++-----
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++++++
setup.cfg                                          |  1 +
test-requirements.txt                              | 10 +++++-----
tox.ini                                            |  7 ++++++-
31 files changed, 89 insertions(+), 76 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 472891b..41b3580 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,2 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.1.0,<3.2.0 # Apache-2.0
+flake8-import-order==0.18.1 # LGPLv3
@@ -5 +5,0 @@ ddt>=1.0.1  # MIT
-mock>=2.0.0 # BSD
@@ -9,2 +9,2 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -24 +24 @@ redis>=2.10.0 # MIT
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list