commit python-gprof2dot for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-gprof2dot for 
openSUSE:Factory checked in at 2020-05-28 09:16:34

Comparing /work/SRC/openSUSE:Factory/python-gprof2dot (Old)
 and  /work/SRC/openSUSE:Factory/.python-gprof2dot.new.3606 (New)


Package is "python-gprof2dot"

Thu May 28 09:16:34 2020 rev:5 rq:809361 version:2019.11.30

Changes:

--- /work/SRC/openSUSE:Factory/python-gprof2dot/python-gprof2dot.changes
2020-05-06 11:04:44.455323683 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gprof2dot.new.3606/python-gprof2dot.changes  
2020-05-28 09:16:46.636886983 +0200
@@ -1,0 +2,5 @@
+Tue May 26 06:34:29 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-gprof2dot.spec ++
--- /var/tmp/diff_new_pack.AfvHFQ/_old  2020-05-28 09:16:48.240890768 +0200
+++ /var/tmp/diff_new_pack.AfvHFQ/_new  2020-05-28 09:16:48.244890777 +0200
@@ -27,8 +27,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -44,11 +45,18 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/gprof2dot
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post
+%python_install_alternative gprof2dot
+
+%postun
+%python_uninstall_alternative gprof2dot
+
 %files %{python_files}
 %license LICENSE.txt
-%python3_only %{_bindir}/gprof2dot
+%python_alternative %{_bindir}/gprof2dot
 %{python_sitelib}/*
 
 %changelog




commit python-gprof2dot for openSUSE:Factory

2020-05-06 Thread root
Hello community,

here is the log from the commit of package python-gprof2dot for 
openSUSE:Factory checked in at 2020-05-06 11:04:41

Comparing /work/SRC/openSUSE:Factory/python-gprof2dot (Old)
 and  /work/SRC/openSUSE:Factory/.python-gprof2dot.new.2738 (New)


Package is "python-gprof2dot"

Wed May  6 11:04:41 2020 rev:4 rq:800573 version:2019.11.30

Changes:

--- /work/SRC/openSUSE:Factory/python-gprof2dot/python-gprof2dot.changes
2019-01-11 14:05:01.991827572 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gprof2dot.new.2738/python-gprof2dot.changes  
2020-05-06 11:04:44.455323683 +0200
@@ -1,0 +2,14 @@
+Wed May  6 06:34:30 UTC 2020 - Steve Kowalik 
+
+- 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.
+
+---

Old:

  LICENSE.txt
  gprof2dot-2017.9.19.tar.gz

New:

  gprof2dot-2019.11.30.tar.gz



Other differences:
--
++ python-gprof2dot.spec ++
--- /var/tmp/diff_new_pack.rlg9Oq/_old  2020-05-06 11:04:45.091325049 +0200
+++ /var/tmp/diff_new_pack.rlg9Oq/_new  2020-05-06 11:04:45.095325057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gprof2dot
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-gprof2dot
-Version:2017.9.19
+Version:2019.11.30
 Release:0
-%define gitver  2017.09.19
 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
+URL:https://github.com/jrfonseca/gprof2dot
 Source: 
https://files.pythonhosted.org/packages/source/g/gprof2dot/gprof2dot-%{version}.tar.gz
-Source10:   
https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{gitver}/LICENSE.txt
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -40,7 +37,6 @@
 
 %prep
 %setup -q -n gprof2dot-%{version}
-cp %{SOURCE10} .
 sed -i -e '/^#!\//, 1d' gprof2dot.py 
 
 %build

++ gprof2dot-2017.9.19.tar.gz -> gprof2dot-2019.11.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gprof2dot-2017.9.19/LICENSE.txt 
new/gprof2dot-2019.11.30/LICENSE.txt
--- old/gprof2dot-2017.9.19/LICENSE.txt 1970-01-01 01:00:00.0 +0100
+++ new/gprof2dot-2019.11.30/LICENSE.txt2010-03-24 00:34:01.0 
+0100
@@ -0,0 +1,165 @@
+   GNU LESSER GENERAL PUBLIC LICENSE
+   Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. 
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+

commit python-gprof2dot for openSUSE:Factory

2019-01-11 Thread root
Hello community,

here is the log from the commit of package python-gprof2dot for 
openSUSE:Factory checked in at 2019-01-11 14:04:41

Comparing /work/SRC/openSUSE:Factory/python-gprof2dot (Old)
 and  /work/SRC/openSUSE:Factory/.python-gprof2dot.new.28833 (New)


Package is "python-gprof2dot"

Fri Jan 11 14:04:41 2019 rev:3 rq:664276 version:2017.9.19

Changes:

--- /work/SRC/openSUSE:Factory/python-gprof2dot/python-gprof2dot.changes
2018-12-24 11:37:42.945647860 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gprof2dot.new.28833/python-gprof2dot.changes 
2019-01-11 14:05:01.991827572 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 22:24:00 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
@@ -36 +40,0 @@
-



Other differences:
--
++ python-gprof2dot.spec ++
--- /var/tmp/diff_new_pack.Z0kVKL/_old  2019-01-11 14:05:02.979826578 +0100
+++ /var/tmp/diff_new_pack.Z0kVKL/_new  2019-01-11 14:05:02.983826573 +0100
@@ -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 @@
 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




commit python-gprof2dot for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-gprof2dot for 
openSUSE:Factory checked in at 2018-12-24 11:37:42

Comparing /work/SRC/openSUSE:Factory/python-gprof2dot (Old)
 and  /work/SRC/openSUSE:Factory/.python-gprof2dot.new.28833 (New)


Package is "python-gprof2dot"

Mon Dec 24 11:37:42 2018 rev:2 rq:659403 version:2017.9.19

Changes:

--- /work/SRC/openSUSE:Factory/python-gprof2dot/python-gprof2dot.changes
2018-05-17 19:33:35.914649647 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-gprof2dot.new.28833/python-gprof2dot.changes 
2018-12-24 11:37:42.945647860 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:42 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-gprof2dot.spec ++
--- /var/tmp/diff_new_pack.eTU0bb/_old  2018-12-24 11:37:43.305647540 +0100
+++ /var/tmp/diff_new_pack.eTU0bb/_new  2018-12-24 11:37:43.305647540 +0100
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-gprof2dot
 Version:2017.9.19
-%define gitver  2017.09.19
 Release:0
-License:LGPL-3.0-or-later
+%define gitver  2017.09.19
 Summary:Generate a dot graph from the output of several profilers
-Url:https://github.com/jrfonseca/gprof2dot
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
+Url:https://github.com/jrfonseca/gprof2dot
 Source: 
https://files.pythonhosted.org/packages/source/g/gprof2dot/gprof2dot-%{version}.tar.gz
 Source10:   
https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{gitver}/LICENSE.txt
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros