diff --git a/_service b/_service index 7c9fca1..ce70442 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/osprofiler/osprofiler.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/osprofiler/osprofiler.spec.j2 python-osprofiler.spec - https://raw.githubusercontent.com/openstack/osprofiler/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/osprofiler/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,osprofiler diff --git a/osprofiler-2.6.0.tar.gz b/osprofiler-2.6.0.tar.gz deleted file mode 100644 index f8d2100..0000000 --- a/osprofiler-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d9abdbb08d739c532002ca412195036b9faff672ef2d297c550a75fea476c9 -size 80518 diff --git a/osprofiler-2.8.2.tar.gz b/osprofiler-2.8.2.tar.gz new file mode 100644 index 0000000..b545fc6 --- /dev/null +++ b/osprofiler-2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525b2becd692e3c6ed77a6fdf8a9ad8a52127f18e48a3abc1264c16d7fc5208a +size 82957 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index e6354ba..10197cd 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -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 diff --git a/python-osprofiler.spec b/python-osprofiler.spec index af60826..79498c8 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -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}