From d23c14bdde0fa83cd8e6930bc13fe2079970089de4d35fe4e3cf8d35d5438b5a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 7 Aug 2017 08:37:52 +0000 Subject: [PATCH] - update to version 1.11.0 - devstack: make option hmac_keys configurable - Add functional test for notifier backend - Add Jaeger to list of similar projects - Highlight last trace for OSprofiler html output - Upgrade libraries, add highlight for JSON data - doc: Fix formatting - Switch to "topics" keyword for messaging driver - Python 3.4 support is removed - Fix mistake in split meta string - Update reno for stable/ocata - Expose connection_string parameter into DevStack plugin - Add magnum to devstack config - Fix error message for invalid trace - rearrange existing documentation to fit the new standard layout - Move implemeted specs to implemented directory - Add zun to devstack config - Update .gitignore - Update URLs in documents according to document migration - Revert "Change list_opts to dictionary style" - Change list_opts to dictionary style - Improve error reporting for Ceilometer driver - Enable warning-is-error in doc build - Replace oslo.messaging.get_transport with get_notification_transport - Change some bindings to one-time bindings - devstack: use project conf file env variables - Increase angular digest iteration limit - Remove extra white spaces in json output - Cleanup code of DevStack plugin - Remove unused imports OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=12 --- _service | 4 ++-- osprofiler-1.11.0.tar.gz | 3 +++ osprofiler-1.5.0.tar.gz | 3 --- python-osprofiler.changes | 38 ++++++++++++++++++++++++++++++++++++++ python-osprofiler.spec | 21 +++++++++++---------- 5 files changed, 54 insertions(+), 15 deletions(-) create mode 100644 osprofiler-1.11.0.tar.gz delete mode 100644 osprofiler-1.5.0.tar.gz diff --git a/_service b/_service index d824bcb..674c064 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/osprofiler/osprofiler.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-1.11.0.tar.gz b/osprofiler-1.11.0.tar.gz new file mode 100644 index 0000000..bbba754 --- /dev/null +++ b/osprofiler-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79081344555e0c7ba6fdd02a774e81728cbe81d82d8bfbe201ebd72899e6132 +size 75301 diff --git a/osprofiler-1.5.0.tar.gz b/osprofiler-1.5.0.tar.gz deleted file mode 100644 index 4fcb66b..0000000 --- a/osprofiler-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e -size 72539 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index acf0c54..27c8f90 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Aug 7 08:36:49 UTC 2017 - cloud-devel@suse.de + +- update to version 1.11.0 + - devstack: make option hmac_keys configurable + - Add functional test for notifier backend + - Add Jaeger to list of similar projects + - Highlight last trace for OSprofiler html output + - Upgrade libraries, add highlight for JSON data + - doc: Fix formatting + - Switch to "topics" keyword for messaging driver + - Python 3.4 support is removed + - Fix mistake in split meta string + - Update reno for stable/ocata + - Expose connection_string parameter into DevStack plugin + - Add magnum to devstack config + - Fix error message for invalid trace + - rearrange existing documentation to fit the new standard layout + - Move implemeted specs to implemented directory + - Add zun to devstack config + - Update .gitignore + - Update URLs in documents according to document migration + - Revert "Change list_opts to dictionary style" + - Change list_opts to dictionary style + - Improve error reporting for Ceilometer driver + - Enable warning-is-error in doc build + - Replace oslo.messaging.get_transport with get_notification_transport + - Change some bindings to one-time bindings + - devstack: use project conf file env variables + - Increase angular digest iteration limit + - Remove extra white spaces in json output + - Cleanup code of DevStack plugin + - Remove unused imports + - Fix enabling order specify in README.rst + - [Fix gate]Update test requirement + - Switch from oslosphinx to openstackdocstheme + - fix an outdated link for zipkin + ------------------------------------------------------------------- Mon Feb 13 08:44:13 UTC 2017 - cloud-devel@suse.de diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 6d889d5..65b6056 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -18,7 +18,7 @@ %global sname osprofiler Name: python-osprofiler -Version: 1.5.0 +Version: 1.11.0 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 @@ -26,27 +26,27 @@ Group: Development/Languages/Python Url: https://launchpad.net/osprofiler Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros -BuildRequires: python-WebOb >= 1.6.0 +BuildRequires: python-WebOb >= 1.7.1 BuildRequires: python-ceilometerclient >= 2.5.0 BuildRequires: python-ddt >= 1.0.1 BuildRequires: python-devel BuildRequires: python-elasticsearch >= 2.0.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-oslo.concurrency >= 3.8.0 -BuildRequires: python-oslo.config >= 3.14.0 -BuildRequires: python-oslo.log >= 3.11.0 -BuildRequires: python-oslo.utils >= 3.18.0 +BuildRequires: python-oslo.config >= 4.0.0 +BuildRequires: python-oslo.log >= 3.22.0 +BuildRequires: python-oslo.utils >= 3.20.0 BuildRequires: python-pymongo >= 3.0.2 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-redis >= 2.10.0 BuildRequires: python-six >= 1.9.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testtools >= 1.4.0 -Requires: python-WebOb >= 1.6.0 +Requires: python-WebOb >= 1.7.1 Requires: python-oslo.concurrency >= 3.8.0 -Requires: python-oslo.config >= 3.14.0 -Requires: python-oslo.log >= 3.11.0 -Requires: python-oslo.utils >= 3.18.0 +Requires: python-oslo.config >= 4.0.0 +Requires: python-oslo.log >= 3.22.0 +Requires: python-oslo.utils >= 3.20.0 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -62,7 +62,7 @@ reasons (for example in isolating cross-project performance issues). Summary: Documentation for OSProfiler Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for OSProfiler. @@ -70,6 +70,7 @@ Documentation for OSProfiler. %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build}