From 9d7caa1d6ec3187a2d18712089395d545bce180450f48bd431a32ab6afc5153d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 23 May 2016 14:40:20 +0000 Subject: [PATCH] Accepting request 397362 from Cloud:OpenStack:Factory - Upgraded to version 1.3.0 * Add hepler to trace sessions * Add an error tip when trace_id is not found * Add a similar link with reference to similar projects/libraries * Continue work on standardizing osprofiler docs * Remove dead/broken link to example * Updates to doc conf.py to look the same as other projects * Clean thread local profiler object after usage * Avoid tracing class and static methods * Avoid multiple tracing when applying meta or class decorator * Remove outdated version * Dont claim copyright for future years * Use pkg_resources to get version * Enable bandit in gate * Fallback if git is absent * It's unnecessary set deprecate group for option 'enabled' * Add CONTRIBUTING.rst OBS-URL: https://build.opensuse.org/request/show/397362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=2 --- osprofiler-1.2.0.tar.gz | 3 --- osprofiler-1.3.0.tar.gz | 3 +++ python-osprofiler.changes | 21 +++++++++++++++++++++ python-osprofiler.spec | 10 ++++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 osprofiler-1.2.0.tar.gz create mode 100644 osprofiler-1.3.0.tar.gz diff --git a/osprofiler-1.2.0.tar.gz b/osprofiler-1.2.0.tar.gz deleted file mode 100644 index 5f85eee..0000000 --- a/osprofiler-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62447e1ed954587036e1fa62b9f7d5f9d23b585f6fd0bf7a4c3b7926880f7f0d -size 53375 diff --git a/osprofiler-1.3.0.tar.gz b/osprofiler-1.3.0.tar.gz new file mode 100644 index 0000000..7df00d2 --- /dev/null +++ b/osprofiler-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d9619bfb2747b3cb5a2736552e9b8deb9ecacb53ef48bd7692226f57be6776 +size 54611 diff --git a/python-osprofiler.changes b/python-osprofiler.changes index fcf1656..e2f95aa 100644 --- a/python-osprofiler.changes +++ b/python-osprofiler.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Apr 27 11:48:12 UTC 2016 - mmnelemane@suse.com + +- Upgraded to version 1.3.0 + * Add hepler to trace sessions + * Add an error tip when trace_id is not found + * Add a similar link with reference to similar projects/libraries + * Continue work on standardizing osprofiler docs + * Remove dead/broken link to example + * Updates to doc conf.py to look the same as other projects + * Clean thread local profiler object after usage + * Avoid tracing class and static methods + * Avoid multiple tracing when applying meta or class decorator + * Remove outdated version + * Dont claim copyright for future years + * Use pkg_resources to get version + * Enable bandit in gate + * Fallback if git is absent + * It's unnecessary set deprecate group for option 'enabled' + * Add CONTRIBUTING.rst + ------------------------------------------------------------------- Sun Feb 28 13:12:06 UTC 2016 - dmueller@suse.com diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 327dcf8..6896ca4 100644 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -17,13 +17,15 @@ Name: python-osprofiler -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: OpenStack Profiler Library License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/stackforge/osprofiler -Source: https://pypi.python.org/packages/source/o/osprofiler/osprofiler-%{version}.tar.gz +Url: https://git.openstack.org/cgit/openstack/osprofiler +# The link used earlier: https://pypi.python.org/packages/source/o/osprofiler/ is now broken. +# Pypi now provides the lengthy download link as below. +Source: https://pypi.python.org/packages/7a/73/209ff20d871c8d5d25f2d6af0f82808bc5246c6033bf16ea3db03c19f4ef/osprofiler-%{version}.tar.gz BuildRequires: python-WebOb BuildRequires: python-devel BuildRequires: python-mock @@ -74,7 +76,7 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -nosetests +python setup.py testr --slowest %files %defattr(-,root,root,-)