[release-announce] [oslo] oslo.reports 1.16.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:45:43 UTC 2016


We are content to announce the release of:

oslo.reports 1.16.0: oslo.reports library

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.reports

Download the package from:

    https://pypi.python.org/pypi/oslo.reports

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.reports

For more details, please see below.

1.16.0
^^^^^^

Other Notes

* Introduce reno for deployer release notes.

Changes in oslo.reports 1.15.0..1.16.0
--------------------------------------

caf1391 Fix a typo
2ba27a5 Updated from global requirements
0976c28 Add reno for release notes management
f2cf774 Updated from global requirements
9e45677 Updated from global requirements
474a773 Changed the home-page link


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

.gitignore                                        |   4 +
oslo_reports/views/jinja_view.py                  |   2 +-
releasenotes/notes/add-reno-996dd44974d53238.yaml |   3 +
releasenotes/source/_static/.placeholder          |   0
releasenotes/source/_templates/.placeholder       |   0
releasenotes/source/conf.py                       | 276 ++++++++++++++++++++++
releasenotes/source/index.rst                     |   8 +
releasenotes/source/unreleased.rst                |   5 +
requirements.txt                                  |   4 +-
setup.cfg                                         |   2 +-
test-requirements.txt                             |   5 +-
tox.ini                                           |   3 +
12 files changed, 306 insertions(+), 6 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 56641ec..29c537d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -11 +11 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cc042e8..1433aa6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -17 +17,2 @@ greenlet>=0.3.2 # MIT
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list