[release-announce] osprofiler 2.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu May 31 15:06:13 UTC 2018


We are satisfied to announce the release of:

osprofiler 2.1.0: OpenStack Profiler Library

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/osprofiler

Download the package from:

    https://pypi.org/project/osprofiler

Please report issues through launchpad:

    https://bugs.launchpad.net/osprofiler

For more details, please see below.

Changes in osprofiler 2.0.0..2.1.0
----------------------------------

e1ba98e Fix typo
37f605d Remove lower bound from requirements
1c6f66c Trivial: Update pypi url to new url
e30bbfb Add lower-constraints job
674ced3 set default python to python3


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

.zuul.yaml                      |  2 ++
README.rst                      |  4 ++--
lower-constraints.txt           | 20 ++++++++++++++++++++
requirements.txt                | 16 ++++++++--------
setup.cfg                       |  2 +-
test-requirements.txt           | 26 +++++++++++++-------------
tox.ini                         | 10 ++++++++++
9 files changed, 58 insertions(+), 26 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0a26c58..9696c00 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
-six>=1.9.0 # MIT
-oslo.utils>=3.16.0 # Apache-2.0
-WebOb>=1.6.0 # MIT
-requests>=2.10.0 # Apache-2.0
-netaddr>=0.7.13,!=0.7.16  # BSD
-oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.serialization>=2.18.0,!=2.19.1 # Apache-2.0
-PrettyTable>=0.7.1,<0.8 # BSD
+netaddr # BSD
+oslo.concurrency # Apache-2.0
+oslo.serialization # Apache-2.0
+oslo.utils # Apache-2.0
+PrettyTable<0.8 # BSD
+requests # Apache-2.0
+six # MIT
+WebOb # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 89540e9..0ce9cdd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1 @@
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
+hacking!=0.13.0,<0.14  # Apache-2.0
@@ -3,5 +3,5 @@ hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
-coverage>=3.6 # Apache-2.0
-ddt>=1.0.1  # MIT
-mock>=2.0 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+coverage # Apache-2.0
+ddt  # MIT
+mock # BSD
+testrepository # Apache-2.0/BSD
+testtools # MIT
@@ -9,2 +9,2 @@ testtools>=1.4.0 # MIT
-openstackdocstheme>=1.11.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme # Apache-2.0
+sphinx # BSD
@@ -13 +13 @@ sphinx>=1.6.2 # BSD
-bandit>=1.1.0 # Apache-2.0
+bandit # Apache-2.0
@@ -15 +15 @@ bandit>=1.1.0 # Apache-2.0
-pymongo>=3.0.2,!=3.1 # Apache-2.0
+pymongo!=3.1 # Apache-2.0
@@ -18 +18 @@ pymongo>=3.0.2,!=3.1 # Apache-2.0
-elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0
+elasticsearch<=3.0.0 # Apache-2.0
@@ -21 +21 @@ elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0
-redis>=2.10.0 # MIT
+redis # MIT
@@ -24 +24 @@ redis>=2.10.0 # MIT
-reno>=1.8.0 # Apache-2.0
+reno # Apache-2.0






More information about the Release-announce mailing list