diff --git a/_service b/_service index f4cea7b..666ae8a 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/osprofiler/osprofiler.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt + https://raw.githubusercontent.com/openstack/osprofiler/stable/rocky/requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-1.15.2.tar.gz b/osprofiler-1.15.2.tar.gz deleted file mode 100644 index 5707a90..0000000 --- a/osprofiler-1.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b5501af2027986cfa50ca4638a681f48425d72f231eea24ee7bfeccdb985f61 -size 80503 diff --git a/osprofiler-2.3.0.tar.gz b/osprofiler-2.3.0.tar.gz new file mode 100644 index 0000000..26ee855 --- /dev/null +++ b/osprofiler-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c183a706d820991a46202c98190c8d32a794d3cad676898f696670988f15b84d +size 80950 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index d1d418b..d6dfe5c 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Sep 3 09:47:07 UTC 2018 - cloud-devel@suse.de + +- update to version 2.3.0 + - Check profiler instance before initialize + - Put 'db' parameter back and provide a deprecation warning before remove + - Update reno for stable/queens + - opts: Fix invalid rST formatting + - Unify and fix `list_traces` function + - Cleanup test-requirements + - Add oslo.serialization into requirements + - Zuul: Remove project name + - Add release note link in README + - Add minimum version and fix dulwich issue + - Remove Ceilometer support + - Filter traces that contain error/exception + - Remove lower bound from requirements + - Allow user to specify password for Redis connection + - Update documentation & usage for redis driver + - Trivial: Update pypi url to new url + - Fix typo + - OSprofiler with Jaeger Tracing as backend + - Add lower-constraints job + - set default python to python3 + - fix tox python3 overrides + - Make profiler.clean() public method + - Initialize osprofiler in Nova Cell configs + - update sphinx-doc links + - Add initial 'trace list' command + ------------------------------------------------------------------- Fri Feb 23 13:30:57 UTC 2018 - cloud-devel@suse.de diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 181ac7b..3db5ea3 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -17,50 +17,51 @@ Name: python-osprofiler -Version: 1.15.2 +Version: 2.3.0 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/osprofiler -Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-1.15.2.tar.gz +URL: https://launchpad.net/osprofiler +Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-2.3.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel +BuildRequires: python2-PrettyTable >= 0.7.2 BuildRequires: python2-WebOb >= 1.7.1 -BuildRequires: python2-ceilometerclient >= 2.5.0 -BuildRequires: python2-ddt >= 1.0.1 -BuildRequires: python2-elasticsearch >= 2.0.0 -BuildRequires: python2-mock >= 2.0.0 -BuildRequires: python2-oslo.concurrency >= 3.25.0 -BuildRequires: python2-oslo.config >= 5.1.0 -BuildRequires: python2-oslo.log >= 3.36.0 +BuildRequires: python2-ddt +BuildRequires: python2-elasticsearch +BuildRequires: python2-mock +BuildRequires: python2-oslo.concurrency >= 3.26.0 +BuildRequires: python2-oslo.config +BuildRequires: python2-oslo.log BuildRequires: python2-oslo.utils >= 3.33.0 -BuildRequires: python2-pymongo >= 3.0.2 -BuildRequires: python2-python-subunit >= 1.0.0 -BuildRequires: python2-redis >= 2.10.0 +BuildRequires: python2-pymongo +BuildRequires: python2-python-subunit +BuildRequires: python2-redis BuildRequires: python2-six >= 1.10.0 -BuildRequires: python2-testrepository >= 0.0.18 -BuildRequires: python2-testtools >= 2.2.0 +BuildRequires: python2-testrepository +BuildRequires: python2-testtools +BuildRequires: python3-PrettyTable >= 0.7.2 BuildRequires: python3-WebOb >= 1.7.1 -BuildRequires: python3-ceilometerclient >= 2.5.0 -BuildRequires: python3-ddt >= 1.0.1 +BuildRequires: python3-ddt BuildRequires: python3-devel -BuildRequires: python3-elasticsearch >= 2.0.0 -BuildRequires: python3-mock >= 2.0.0 -BuildRequires: python3-oslo.concurrency >= 3.25.0 -BuildRequires: python3-oslo.config >= 5.1.0 -BuildRequires: python3-oslo.log >= 3.36.0 +BuildRequires: python3-elasticsearch +BuildRequires: python3-mock +BuildRequires: python3-oslo.concurrency >= 3.26.0 +BuildRequires: python3-oslo.config +BuildRequires: python3-oslo.log BuildRequires: python3-oslo.utils >= 3.33.0 -BuildRequires: python3-pymongo >= 3.0.2 -BuildRequires: python3-python-subunit >= 1.0.0 -BuildRequires: python3-redis >= 2.10.0 +BuildRequires: python3-pymongo +BuildRequires: python3-python-subunit +BuildRequires: python3-redis BuildRequires: python3-six >= 1.10.0 -BuildRequires: python3-testrepository >= 0.0.18 -BuildRequires: python3-testtools >= 2.2.0 +BuildRequires: python3-testrepository +BuildRequires: python3-testtools +Requires: python-PrettyTable >= 0.7.2 Requires: python-WebOb >= 1.7.1 -Requires: python-oslo.concurrency >= 3.25.0 -Requires: python-oslo.config >= 5.1.0 -Requires: python-oslo.log >= 3.36.0 +Requires: python-oslo.concurrency >= 3.26.0 +Requires: python-oslo.config +Requires: python-oslo.log Requires: python-oslo.utils >= 3.33.0 Requires: python-six >= 1.10.0 BuildArch: noarch @@ -86,13 +87,13 @@ reasons (for example in isolating cross-project performance issues). Summary: Documentation for OSProfiler Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.18.1 +BuildRequires: python-openstackdocstheme %description -n python-osprofiler-doc Documentation for OSProfiler. %prep -%autosetup -p1 -n osprofiler-1.15.2 +%autosetup -p1 -n osprofiler-2.3.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg @@ -116,7 +117,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %check %{python_expand rm -rf .testrepository -$python setup.py testr +$python setup.py testr --testr-args '(?!^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)(^.*$)' } %files %{python_files}