Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Cloud:OpenStack:Upstream:2024.1
python-osprofiler
python-osprofiler.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-osprofiler.spec of Package python-osprofiler
# # spec file for package python-osprofiler # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-osprofiler Version: 4.1.0 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/osprofiler Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-4.1.0.tar.gz # https://review.opendev.org/c/openstack/osprofiler/+/860412 Patch0: 0001-Add-default-port-to-Elasticsearch-connection-url.patch BuildRequires: openstack-macros BuildRequires: python311-PrettyTable BuildRequires: python311-WebOb BuildRequires: python311-ddt BuildRequires: python311-docutils BuildRequires: python311-elasticsearch BuildRequires: python311-importlib-metadata BuildRequires: python311-opentelemetry-exporter-otlp BuildRequires: python311-oslo.concurrency BuildRequires: python311-oslo.config BuildRequires: python311-oslo.log BuildRequires: python311-oslo.utils BuildRequires: python311-pymongo BuildRequires: python311-python-subunit BuildRequires: python311-redis BuildRequires: python311-stestr BuildRequires: python311-testtools BuildArch: noarch %description OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues). %package -n python311-osprofiler Summary: OpenStack Profiler Library Requires: python311-PrettyTable Requires: python311-WebOb Requires: python311-importlib-metadata Requires: python311-oslo.concurrency Requires: python311-oslo.config Requires: python311-oslo.log Requires: python311-oslo.utils %if 0%{?suse_version} Obsoletes: python2-osprofiler < 3.0.0 %endif %description -n python311-osprofiler OSProfiler provides a tiny but powerful library that is used by most (soon to be all) OpenStack projects and their python clients. It provides functionality to be able to generate 1 trace per request, that goes through all involved services. This trace can then be extracted and used to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues). This package contains the Python 3.x module %package -n python-osprofiler-doc Summary: Documentation for OSProfiler BuildRequires: python311-Sphinx BuildRequires: python311-openstackdocstheme BuildRequires: python311-sphinxcontrib-apidoc %description -n python-osprofiler-doc Documentation for OSProfiler. %prep %autosetup -p1 -n osprofiler-4.1.0 %py_req_cleanup %build %{py3_build} %install %{py3_install} # generate html docs PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %check # otherwise causes import error rm osprofiler/tests/unit/drivers/test_jaeger.py %{openstack_stestr_run} --exclude-regex '(^osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase.*$)' %files -n python311-osprofiler %license LICENSE %doc README.rst ChangeLog %{python3_sitelib}/osprofiler %{python3_sitelib}/*.egg-info %{_bindir}/osprofiler %files -n python-osprofiler-doc %license LICENSE %doc doc/build/html %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor