Accepting request 633115 from Cloud:OpenStack:Factory

Initial Rocky clients submission. please combine all in one staging project otherwise this will never build

OBS-URL: https://build.opensuse.org/request/show/633115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-09-07 13:39:24 +00:00 committed by Git OBS Bridge
commit ae6faae373
5 changed files with 69 additions and 38 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/osprofiler/osprofiler.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/osprofiler/osprofiler.spec.j2</param>
<param name="output-name">python-osprofiler.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/rocky/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,osprofiler</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b5501af2027986cfa50ca4638a681f48425d72f231eea24ee7bfeccdb985f61
size 80503

3
osprofiler-2.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c183a706d820991a46202c98190c8d32a794d3cad676898f696670988f15b84d
size 80950

View File

@ -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

View File

@ -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}