diff --git a/osprofiler-1.11.0.tar.gz b/osprofiler-1.11.0.tar.gz deleted file mode 100644 index d4ecc91856fe8892fd2557a822981a3d1b31d196..0000000000000000000000000000000000000000 Binary files a/osprofiler-1.11.0.tar.gz and /dev/null differ diff --git a/osprofiler-2.3.0.tar.gz b/osprofiler-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e8b4b50b402533243c289ac64d7c563b40cdb69f Binary files /dev/null and b/osprofiler-2.3.0.tar.gz differ diff --git a/python-osprofiler.spec b/python-osprofiler.spec index df039e3aa18038f723bb670dd73125d227c7ff9d..09d933d9d9d509c8ff7a88475c949082b3abd519 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -1,34 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-osprofiler -Version: 1.11.0 -Release: 2 +Version: 2.3.0 +Release: 1 Summary: OpenStack Profiler Library License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ -Source0: https://files.pythonhosted.org/packages/1c/b3/68b7413b07b253e8e4d20ed72cef9aba3014b87a94818e3f733df682d0aa/osprofiler-1.11.0.tar.gz +Source0: https://files.pythonhosted.org/packages/46/85/a8178cee934562947d50a311ccb1129aaaf29aa522edd3d90cc39b080475/osprofiler-2.3.0.tar.gz BuildArch: noarch %description -======================== -Team and repository tags -======================== - -.. image:: http://governance.openstack.org/badges/osprofiler.svg - :target: http://governance.openstack.org/reference/tags/index.html - -.. Change things from this point on - -=========================================================== - OSProfiler -- Library for cross-project profiling library -=========================================================== - -.. image:: https://img.shields.io/pypi/v/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/dm/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Downloads - 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 @@ -36,51 +15,37 @@ 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). -* Free software: Apache license -* Documentation: https://docs.openstack.org/osprofiler/latest/ -* Source: https://git.openstack.org/cgit/openstack/osprofiler -* Bugs: https://bugs.launchpad.net/osprofiler - - - - %package -n python2-osprofiler Summary: OpenStack Profiler Library Provides: python2-osprofiler -BuildRequires: python2-pbr BuildRequires: python2-devel +BuildRequires: python2-pbr BuildRequires: python2-setuptools -Requires: python2-webob Requires: python2-netaddr Requires: python2-oslo-concurrency -Requires: python2-oslo-log -Requires: python2-oslo-messaging +Requires: python2-oslo-serialization Requires: python2-oslo-utils +Requires: python2-prettytable Requires: python2-requests Requires: python2-six +Requires: python2-webob Requires: python2-oslo-config +Requires: python2-hacking +Requires: python2-coverage +Requires: python2-ddt +Requires: python2-mock +Requires: python2-testrepository +Requires: python2-testtools +Requires: python2-openstackdocstheme +Requires: python2-sphinx +Requires: python2-bandit +Requires: python2-pymongo +Requires: python2-elasticsearch +Requires: python2-redis +Requires: python2-reno +Requires: python2-jaeger-client +Requires: python2-futures %description -n python2-osprofiler -======================== -Team and repository tags -======================== - -.. image:: http://governance.openstack.org/badges/osprofiler.svg - :target: http://governance.openstack.org/reference/tags/index.html - -.. Change things from this point on - -=========================================================== - OSProfiler -- Library for cross-project profiling library -=========================================================== - -.. image:: https://img.shields.io/pypi/v/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/dm/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Downloads - 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 @@ -88,39 +53,10 @@ 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). -* Free software: Apache license -* Documentation: https://docs.openstack.org/osprofiler/latest/ -* Source: https://git.openstack.org/cgit/openstack/osprofiler -* Bugs: https://bugs.launchpad.net/osprofiler - - - - %package help Summary: Development documents and examples for osprofiler Provides: python2-osprofiler-doc %description help -======================== -Team and repository tags -======================== - -.. image:: http://governance.openstack.org/badges/osprofiler.svg - :target: http://governance.openstack.org/reference/tags/index.html - -.. Change things from this point on - -=========================================================== - OSProfiler -- Library for cross-project profiling library -=========================================================== - -.. image:: https://img.shields.io/pypi/v/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Latest Version - -.. image:: https://img.shields.io/pypi/dm/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ - :alt: Downloads - 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 @@ -128,16 +64,8 @@ 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). -* Free software: Apache license -* Documentation: https://docs.openstack.org/osprofiler/latest/ -* Source: https://git.openstack.org/cgit/openstack/osprofiler -* Bugs: https://bugs.launchpad.net/osprofiler - - - - %prep -%autosetup -n osprofiler-1.11.0 +%autosetup -n osprofiler-2.3.0 %build %py2_build @@ -177,6 +105,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 16 2021 liusheng +- Upgrade version to 2.3.0 for OpenStack Rocky support * Sat May 29 2021 huangtianhua - Adds BuildRequires python2-pbr to make obs success * Fri May 07 2021 OpenStack_SIG