forked from pool/python-gprof2dot
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user