commit python-osprofiler for openSUSE:Factory

Hello community, here is the log from the commit of package python-osprofiler for openSUSE:Factory checked in at 2017-08-28 15:30:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osprofiler (Old) and /work/SRC/openSUSE:Factory/.python-osprofiler.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-osprofiler" Mon Aug 28 15:30:00 2017 rev:4 rq:514868 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes 2016-09-30 15:29:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-osprofiler.new/python-osprofiler.changes 2017-08-28 15:30:00.400435309 +0200 @@ -1,0 +2,80 @@ +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 + +- update to version 1.5.0: + - Add py35 tox virtualenv + - Fix a doc typo + - Use an env variable for connection string default + - Show team and repo badges on README + - Fix import order + - Add Log Insight driver + - Add Elasticsearch driver + - Update dependencies' version from project requirements + - Add a redis driver + - Trivial: Remove vim header from source files + - Add exception to trace point details + - Add reno for release notes management + - Visualize trace output as graph + - Update documentation to the latest state + - Add AUTHORS and ChangeLog to .gitignore + - Replace six.iteritems() with .items() + - Organize unit tests under tests/unit folder + - Move hacking checks outside tests + - Error out for invalid trace ID + - Use method constant_time_compare from oslo.utils + - [doc]Add description for multi-backend URI + - Update devstack plugin readme to enable Panko + - Pretty print json output + - Heat and Cinder now use new style conf + - Use oslo_utils.uuidutils.is_uuid_like + - Update homepage with developer documentation page + - Replace logging with oslo_log + - Pass oslo.messaging kwargs only for "messaging://" + - Add .idea folder to .gitignore + - Use uuidutils instead of uuid.uuid4() + - Enable devstack to configure OSProfiler for Senlin project + - Fix syntax in JS, JSON indent with 4 spaces + - Re-format html template + - Remove old notifiers + - Fix the issue that ChangeLog not found when building docs + - Update the driver path in th doc + - Remove print statement + +------------------------------------------------------------------- Old: ---- osprofiler-1.4.0.tar.gz New: ---- osprofiler-1.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osprofiler.spec ++++++ --- /var/tmp/diff_new_pack.hpMGzN/_old 2017-08-28 15:30:01.348302060 +0200 +++ /var/tmp/diff_new_pack.hpMGzN/_new 2017-08-28 15:30:01.352301497 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-osprofiler # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global sname osprofiler Name: python-osprofiler -Version: 1.4.0 +Version: 1.11.0 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 @@ -26,20 +26,27 @@ Url: https://launchpad.net/osprofiler Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros -BuildRequires: python-WebOb >= 1.2.3 +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.config >= 3.14.0 -BuildRequires: python-oslo.utils >= 3.16.0 +BuildRequires: python-oslo.concurrency >= 3.8.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.2.3 -Requires: python-oslo.config >= 3.14.0 -Requires: python-oslo.utils >= 3.16.0 +Requires: python-WebOb >= 1.7.1 +Requires: python-oslo.concurrency >= 3.8.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 @@ -55,13 +62,15 @@ Summary: Documentation for OSProfiler Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 2.5.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for OSProfiler. %prep -%setup -q -n %{sname}-%{version} +%autosetup -n %{sname}-%{version} +%py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hpMGzN/_old 2017-08-28 15:30:01.444288565 +0200 +++ /var/tmp/diff_new_pack.hpMGzN/_new 2017-08-28 15:30:01.464285755 +0200 @@ -1,13 +1,12 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/osprofiler/osprofiler.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/osprofiler/osprofiler.spec.j2</param> <param name="output-name">python-osprofiler.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> + <param name="changelog-email">cloud-devel@suse.de</param> + <param name="changelog-provider">gh,openstack,osprofiler</param> </service> <service mode="disabled" name="download_files"> - <param name="changesgenerate">enable</param> - </service> - <service name="refresh_patches" mode="disabled"> - <param name="changesgenerate">enable</param> </service> + <service name="format_spec_file" mode="disabled"/> </services> ++++++ osprofiler-1.4.0.tar.gz -> osprofiler-1.11.0.tar.gz ++++++ ++++ 11003 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de