- update to version 2.8.2
- Add a job to run full Tempest with enabled profiler - Minimum versions of databases with JSON data type support - Allow OSPROFILER_TRACE_SQLALCHEMY to be overridden - Don't fail if sqlalchemy driver fails to initialize - Fix elasticsearch version in python requirements - Automatic configuration of SQLAlchemy driver in DevStack - Rename OSProfiler-enabled Tempest job - Add Python 3 Train unit tests - Bring env OSPROFILER_CONNECTION_STRING into effect - Optimize storage schema for Redis driver - Replace git.openstack.org URLs with opendev.org URLs - Dropping the py35 testing - Support standalone placement in the devstack - Update master for stable/stein - Collect traces from Tempest job - change function list_traces of mongodb module - OpenDev Migration Patch OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=25
This commit is contained in:
parent
43c46bc8b3
commit
701c4d39db
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/osprofiler/osprofiler.spec.j2</param>
|
||||
<param name="output-name">python-osprofiler.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/stein/requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/train/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67d9abdbb08d739c532002ca412195036b9faff672ef2d297c550a75fea476c9
|
||||
size 80518
|
3
osprofiler-2.8.2.tar.gz
Normal file
3
osprofiler-2.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a
|
||||
size 82957
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 12:39:40 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
- update to version 2.8.2
|
||||
- Add a job to run full Tempest with enabled profiler
|
||||
- Minimum versions of databases with JSON data type support
|
||||
- Allow OSPROFILER_TRACE_SQLALCHEMY to be overridden
|
||||
- Don't fail if sqlalchemy driver fails to initialize
|
||||
- Fix elasticsearch version in python requirements
|
||||
- Automatic configuration of SQLAlchemy driver in DevStack
|
||||
- Rename OSProfiler-enabled Tempest job
|
||||
- Add Python 3 Train unit tests
|
||||
- Bring env OSPROFILER_CONNECTION_STRING into effect
|
||||
- Optimize storage schema for Redis driver
|
||||
- Replace git.openstack.org URLs with opendev.org URLs
|
||||
- Dropping the py35 testing
|
||||
- Support standalone placement in the devstack
|
||||
- Update master for stable/stein
|
||||
- Collect traces from Tempest job
|
||||
- change function list_traces of mongodb module
|
||||
- OpenDev Migration Patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 14:04:49 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
|
@ -17,15 +17,14 @@
|
||||
|
||||
|
||||
Name: python-osprofiler
|
||||
Version: 2.6.0
|
||||
Version: 2.8.2
|
||||
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-2.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-2.8.2.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PrettyTable >= 0.7.2
|
||||
BuildRequires: python2-WebOb >= 1.7.1
|
||||
BuildRequires: python2-ddt
|
||||
@ -45,7 +44,6 @@ BuildRequires: python2-testtools
|
||||
BuildRequires: python3-PrettyTable >= 0.7.2
|
||||
BuildRequires: python3-WebOb >= 1.7.1
|
||||
BuildRequires: python3-ddt
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-elasticsearch
|
||||
BuildRequires: python3-mock
|
||||
@ -88,14 +86,14 @@ reasons (for example in isolating cross-project performance issues).
|
||||
%package -n python-osprofiler-doc
|
||||
Summary: Documentation for OSProfiler
|
||||
Group: Development/Languages/Python
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-openstackdocstheme
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-openstackdocstheme
|
||||
|
||||
%description -n python-osprofiler-doc
|
||||
Documentation for OSProfiler.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n osprofiler-2.6.0
|
||||
%autosetup -p1 -n osprofiler-2.8.2
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
@ -106,7 +104,7 @@ Documentation for OSProfiler.
|
||||
%python_clone -a %{buildroot}%{_bindir}/osprofiler
|
||||
|
||||
# generate html docs
|
||||
%{__python2} setup.py build_sphinx
|
||||
PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user