Accepting request 1006783 from home:yarunachalam:branches:devel:languages:python

- 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
This commit is contained in:
Markéta Machová 2022-09-29 09:30:49 +00:00 committed by Git OBS Bridge
parent 64a8f5ed8a
commit a1923d7b8e
4 changed files with 45 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5
size 33948

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gprof2dot
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gprof2dot
Version: 2019.11.30
Version: 2022.7.29
Release: 0
Summary: Script to generate a dot graph from the output of several profilers
License: LGPL-3.0-or-later
@ -28,7 +28,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages