[release-announce] osprofiler 3.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 5 20:59:56 UTC 2020


We are chuffed to announce the release of:

osprofiler 3.0.0: OpenStack Profiler Library

This release is part of the ussuri 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.

3.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. The minimum version of Python
  now supported by osprofiler is Python 3.6.

Changes in osprofiler 2.9.0..3.0.0
----------------------------------

7eaa864 [ussuri][goal] Drop python 2.7 support and testing


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

.zuul.yaml                                         |  6 ------
lower-constraints.txt                              |  1 -
.../notes/drop-python-2-7-73d3113c69d724d6.yaml    |  5 +++++
setup.cfg                                          | 18 +++-------------
setup.py                                           | 10 +--------
test-requirements.txt                              |  3 +--
tox.ini                                            | 24 +++++++++-------------
7 files changed, 20 insertions(+), 47 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 9153e9e..33a3fb3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1 @@
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
+hacking>=2.0,<=2.1  # Apache-2.0
@@ -28 +27,0 @@ jaeger-client>=3.8.0 # Apache-2.0
-futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # PSF






More information about the Release-announce mailing list