forked from pool/python-gprof2dot
Accepting request 664276 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664276 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gprof2dot?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 22:24:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:48:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
@@ -13,14 +18,14 @@ Wed May 16 15:58:57 UTC 2018 - toddrme2178@gmail.com
|
||||
* Improved profile pruning abilities
|
||||
* Avoid ZipFile open mode 'U'.
|
||||
* Make assertion check robust against computational inaccuracies.
|
||||
* Truncate function names to avoid labels larger than 16Kb.
|
||||
* Truncate function names to avoid labels larger than 16Kb.
|
||||
* Update for changes if perf output.
|
||||
* Fix printing output on stdout in Python 3.5.1.
|
||||
* Prevent ZeroDivisionError when options.colour_nodes_by_selftime is set
|
||||
* Scale node weights when coloring nodes by selftime
|
||||
* Add colour-nodes-by-selftime option
|
||||
* Ranking of cycle functions
|
||||
* Improve implementation of Tarjan's algorithm to search for cycles.
|
||||
* Improve implementation of Tarjan's algorithm to search for cycles.
|
||||
- Implement single-spec version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -33,4 +38,3 @@ Tue May 3 11:31:40 UTC 2016 - foss@grueninger.de
|
||||
Thu Jun 26 13:47:37 UTC 2014 - hpj@urpla.net
|
||||
|
||||
- initial build: 2014.03.12
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gprof2dot
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@ Name: python-gprof2dot
|
||||
Version: 2017.9.19
|
||||
Release: 0
|
||||
%define gitver 2017.09.19
|
||||
Summary: Generate a dot graph from the output of several profilers
|
||||
Summary: Script to generate a dot graph from the output of several profilers
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/jrfonseca/gprof2dot
|
||||
|
||||
Reference in New Issue
Block a user