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

no-reply at openstack.org no-reply at openstack.org
Wed Jan 18 14:21:21 UTC 2017


We are amped to announce the release of:

oslo.reports 1.17.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.

Changes in oslo.reports 1.16.0..1.17.0
--------------------------------------

a4181a0 Updated from global requirements
3db94ff Updated from global requirements
5321b53 Add Constraints support
c646f41 Bump hacking dep
f60e39e Show team and repo badges on README


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

README.rst            |  9 +++++++++
requirements.txt      |  4 ++--
test-requirements.txt |  2 +-
tools/tox_install.sh  | 30 ++++++++++++++++++++++++++++++
tox.ini               |  8 ++++++--
5 files changed, 48 insertions(+), 5 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 29c537d..fad723d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.8 # Apache-2.0
-Jinja2>=2.8 # BSD License (3 clause)
+Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
@@ -8 +8 @@ oslo.serialization>=1.10.0 # Apache-2.0
-psutil<2.0.0,>=1.1.1 # BSD
+psutil>=1.2.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 1433aa6..4efccc9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0





More information about the Release-announce mailing list