forked from pool/python-gprof2dot
- Update to 2022.7.29. * Add twine check --strict to CI * Convert setup.py to setup.cfg * Merge branch 'pull-71' * Added a test for the flag --function-list; made differences in generated files count in test criterion. * Added documentation, made test more stringent, added a github/actions script to test only * Added flag --list-functions; make program runnable in Python2.7 and Python3; description included in documentation * github-actions: Test Python 3.8. * Bump version. * github: Switch from CircleCI to GitHub Actions. * Update gprof2dot.py (#66) * docs: fix simple typo, generted -> generated * travis: Drop integration. * travis: Upgrade to Ubuntu 19.04. * Bump version. * add keyword argv to main, allowing calls like: * Sum call counts in JSON format. * Add dtrace support. * Add build badges. * travis: Disable deployment. * circleci: Integrate. * Add --nodel-label option to specify the measurements shown on the node label(s). * Don't hardcode theme names in opt parsing code * travis: Migrate to VM infrastructure. * travis: Upgrade to Xenial. * Fix a typo in gprof2dot.py * Update instructions for installing dependencies on Linux. * fix Profile.prune() for cases when filename is not set * Remove mentions to hotshot profile. * Add README and LICENSE to the manifest. OBS-URL: https://build.opensuse.org/request/show/1006783 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gprof2dot?expand=0&rev=12
99 lines
3.8 KiB
Plaintext
99 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 28 21:37:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 2022.7.29.
|
|
* Add twine check --strict to CI
|
|
* Convert setup.py to setup.cfg
|
|
* Merge branch 'pull-71'
|
|
* Added a test for the flag --function-list; made differences in generated files count in test criterion.
|
|
* Added documentation, made test more stringent, added a github/actions script to test only
|
|
* Added flag --list-functions; make program runnable in Python2.7 and Python3; description included in documentation
|
|
* github-actions: Test Python 3.8.
|
|
* Bump version.
|
|
* github: Switch from CircleCI to GitHub Actions.
|
|
* Update gprof2dot.py (#66)
|
|
* docs: fix simple typo, generted -> generated
|
|
* travis: Drop integration.
|
|
* travis: Upgrade to Ubuntu 19.04.
|
|
* Bump version.
|
|
* add keyword argv to main, allowing calls like:
|
|
* Sum call counts in JSON format.
|
|
* Add dtrace support.
|
|
* Add build badges.
|
|
* travis: Disable deployment.
|
|
* circleci: Integrate.
|
|
* Add --nodel-label option to specify the measurements shown on the node label(s).
|
|
* Don't hardcode theme names in opt parsing code
|
|
* travis: Migrate to VM infrastructure.
|
|
* travis: Upgrade to Xenial.
|
|
* Fix a typo in gprof2dot.py
|
|
* Update instructions for installing dependencies on Linux.
|
|
* fix Profile.prune() for cases when filename is not set
|
|
* Remove mentions to hotshot profile.
|
|
* Add README and LICENSE to the manifest.
|
|
* Rename README.mardkown to README.md
|
|
* Deprecated: python 2.6
|
|
* Add US spelling for option to color nodes by self-time.
|
|
* Update password.
|
|
* Update setup comments.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 06:34:29 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 06:34:30 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to version 2019.11.30:
|
|
* add keyword argv to main
|
|
* Sum call counts in JSON format.
|
|
* Add dtrace support.
|
|
* Add --nodel-label option to specify the measurements shown
|
|
* Don't hardcode theme names in opt parsing code
|
|
* Fix a typo in gprof2dot.py
|
|
* fix Profile.prune() for cases when filename is not set
|
|
* Add README and LICENSE to the manifest.
|
|
- Drop Source10 (copy of LICENSE), now included in upstream tarball.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 15:58:57 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to version 2017.9.19
|
|
* Update password.
|
|
* Ignore # comments anywhere on callgrind files.
|
|
* Skip header '# callgrind format' if any.
|
|
* 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.
|
|
* 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.
|
|
- Implement single-spec version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 3 11:31:40 UTC 2016 - foss@grueninger.de
|
|
|
|
- update to version 2015.12.01
|
|
no changelog available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 26 13:47:37 UTC 2014 - hpj@urpla.net
|
|
|
|
- initial build: 2014.03.12
|