[release][oslo] oslo.reports release 0.6.0 (mitaka)
We are stoked to announce the release of: oslo.reports 0.6.0: oslo.reports library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.reports With package available at: https://pypi.python.org/pypi/oslo.reports For more details, please see the git log history below and: http://launchpad.net/oslo.reports/+milestone/0.6.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.reports Changes in oslo.reports 0.5.0..0.6.0 ------------------------------------ 9c39353 No need for Oslo Incubator Sync 0ea635d Fix coverage configuration and execution 0fe1caa How to use oslo.reports documentation 13d6302 add auto-generated api documentation 8730b5b clean up release notes in toctree cc33b39 add auto-generated docs for config options d4e63a2 Add shields.io version/downloads links/badges into README.rst 557c067 Updated from global requirements 45b1c02 guru_meditation_report: Use SIGUSR2 instead of SIGUSR1 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 +- .gitignore | 2 + README.rst | 8 + openstack-common.conf | 7 - oslo_reports/guru_meditation_report.py | 8 +- requirements.txt | 2 +- setup.cfg | 5 + setup.py | 2 +- test-requirements.txt | 2 + tox.ini | 4 +- 17 files changed, 845 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 08a86c6..0d050c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.6 +pbr>=1.6 diff --git a/test-requirements.txt b/test-requirements.txt index eb02b41..2f5e45f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,0 +16,2 @@ greenlet>=0.3.2 + +coverage>=3.6
participants (1)
-
davanum@gmail.com