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
This commit is contained in:
Dominique Leuenberger 2016-05-23 14:40:20 +00:00 committed by Git OBS Bridge
parent ad72323f96
commit 9d7caa1d6e
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62447e1ed954587036e1fa62b9f7d5f9d23b585f6fd0bf7a4c3b7926880f7f0d
size 53375

3
osprofiler-1.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13d9619bfb2747b3cb5a2736552e9b8deb9ecacb53ef48bd7692226f57be6776
size 54611

View File

@ -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

View File

@ -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,-)