From a1923d7b8e4368a19ba1ae130fabaeedcfdbf12a8dd419033a93c7b963bfe294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:30:49 +0000 Subject: [PATCH] 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 --- gprof2dot-2019.11.30.tar.gz | 3 --- gprof2dot-2022.7.29.tar.gz | 3 +++ python-gprof2dot.changes | 39 +++++++++++++++++++++++++++++++++++++ python-gprof2dot.spec | 6 +++--- 4 files changed, 45 insertions(+), 6 deletions(-) delete mode 100644 gprof2dot-2019.11.30.tar.gz create mode 100644 gprof2dot-2022.7.29.tar.gz diff --git a/gprof2dot-2019.11.30.tar.gz b/gprof2dot-2019.11.30.tar.gz deleted file mode 100644 index 17d5482..0000000 --- a/gprof2dot-2019.11.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b43fe04ebb3dfe181a612bbfc69e90555b8957022ad6a466f0308ed9c7f22e99 -size 31388 diff --git a/gprof2dot-2022.7.29.tar.gz b/gprof2dot-2022.7.29.tar.gz new file mode 100644 index 0000000..0ea3f23 --- /dev/null +++ b/gprof2dot-2022.7.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5 +size 33948 diff --git a/python-gprof2dot.changes b/python-gprof2dot.changes index 6eaf774..465d0f3 100644 --- a/python-gprof2dot.changes +++ b/python-gprof2dot.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Sep 28 21:37:24 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-gprof2dot.spec b/python-gprof2dot.spec index df61f09..9a189f4 100644 --- a/python-gprof2dot.spec +++ b/python-gprof2dot.spec @@ -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