Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 202ceda8f6eb24e258a965d56dbc35ea > files > 110

kernel-5.5.15-3.mga7.src.rpm


 Documentation/networking/cxacru-cf.py                      |    2 +-
 Documentation/sphinx/maintainers_include.py                |    2 +-
 Documentation/target/tcm_mod_builder.py                    |    2 +-
 Documentation/trace/postprocess/decode_msr.py              |    2 +-
 arch/ia64/scripts/unwcheck.py                              |    2 +-
 drivers/staging/greybus/tools/lbtest                       |    2 +-
 scripts/bloat-o-meter                                      |    2 +-
 scripts/diffconfig                                         |    2 +-
 scripts/gen_compile_commands.py                            |    2 +-
 scripts/jobserver-exec                                     |    2 +-
 scripts/show_delta                                         |    2 +-
 scripts/spdxcheck.py                                       |    2 +-
 scripts/tracing/draw_functrace.py                          |    2 +-
 tools/hv/lsvmbus                                           |    2 +-
 tools/perf/python/tracepoint.py                            |    2 +-
 tools/perf/python/twatch.py                                |    2 +-
 tools/perf/scripts/python/export-to-postgresql.py          |    2 +-
 tools/perf/scripts/python/exported-sql-viewer.py           |    2 +-
 tools/power/pm-graph/bootgraph.py                          |    2 +-
 tools/power/pm-graph/sleepgraph.py                         |    2 +-
 tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py |    2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff -Nurp linux-5.5.1/arch/ia64/scripts/unwcheck.py linux-5.5.1-py3/arch/ia64/scripts/unwcheck.py
--- linux-5.5.1/arch/ia64/scripts/unwcheck.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/arch/ia64/scripts/unwcheck.py	2020-02-04 00:08:07.138433300 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Usage: unwcheck.py FILE
diff -Nurp linux-5.5.1/Documentation/networking/cxacru-cf.py linux-5.5.1-py3/Documentation/networking/cxacru-cf.py
--- linux-5.5.1/Documentation/networking/cxacru-cf.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/Documentation/networking/cxacru-cf.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2009 Simon Arlott
 #
 # This program is free software; you can redistribute it and/or modify it
diff -Nurp linux-5.5.1/Documentation/sphinx/maintainers_include.py linux-5.5.1-py3/Documentation/sphinx/maintainers_include.py
--- linux-5.5.1/Documentation/sphinx/maintainers_include.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/Documentation/sphinx/maintainers_include.py	2020-02-04 00:09:31.274315342 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # -*- coding: utf-8; mode: python -*-
 # pylint: disable=R0903, C0330, R0914, R0912, E0401
diff -Nurp linux-5.5.1/Documentation/target/tcm_mod_builder.py linux-5.5.1-py3/Documentation/target/tcm_mod_builder.py
--- linux-5.5.1/Documentation/target/tcm_mod_builder.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/Documentation/target/tcm_mod_builder.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # The TCM v4 multi-protocol fabric module generation script for drivers/target/$NEW_MOD
 #
 # Copyright (c) 2010 Rising Tide Systems
diff -Nurp linux-5.5.1/Documentation/trace/postprocess/decode_msr.py linux-5.5.1-py3/Documentation/trace/postprocess/decode_msr.py
--- linux-5.5.1/Documentation/trace/postprocess/decode_msr.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/Documentation/trace/postprocess/decode_msr.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # add symbolic names to read_msr / write_msr in trace
 # decode_msr msr-index.h < trace
 import sys
diff -Nurp linux-5.5.1/drivers/staging/greybus/tools/lbtest linux-5.5.1-py3/drivers/staging/greybus/tools/lbtest
--- linux-5.5.1/drivers/staging/greybus/tools/lbtest	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/drivers/staging/greybus/tools/lbtest	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: BSD-3-Clause
 
 # Copyright (c) 2015 Google, Inc.
diff -Nurp linux-5.5.1/scripts/bloat-o-meter linux-5.5.1-py3/scripts/bloat-o-meter
--- linux-5.5.1/scripts/bloat-o-meter	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/bloat-o-meter	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Copyright 2004 Matt Mackall <mpm@selenic.com>
 #
diff -Nurp linux-5.5.1/scripts/diffconfig linux-5.5.1-py3/scripts/diffconfig
--- linux-5.5.1/scripts/diffconfig	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/diffconfig	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # diffconfig - a tool to compare .config files.
diff -Nurp linux-5.5.1/scripts/gen_compile_commands.py linux-5.5.1-py3/scripts/gen_compile_commands.py
--- linux-5.5.1/scripts/gen_compile_commands.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/gen_compile_commands.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Copyright (C) Google LLC, 2018
diff -Nurp linux-5.5.1/scripts/jobserver-exec linux-5.5.1-py3/scripts/jobserver-exec
--- linux-5.5.1/scripts/jobserver-exec	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/jobserver-exec	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0+
 #
 # This determines how many parallel tasks "make" is expecting, as it is
diff -Nurp linux-5.5.1/scripts/show_delta linux-5.5.1-py3/scripts/show_delta
--- linux-5.5.1/scripts/show_delta	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/show_delta	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # show_deltas: Read list of printk messages instrumented with
diff -Nurp linux-5.5.1/scripts/spdxcheck.py linux-5.5.1-py3/scripts/spdxcheck.py
--- linux-5.5.1/scripts/spdxcheck.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/spdxcheck.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # Copyright Thomas Gleixner <tglx@linutronix.de>
 
diff -Nurp linux-5.5.1/scripts/tracing/draw_functrace.py linux-5.5.1-py3/scripts/tracing/draw_functrace.py
--- linux-5.5.1/scripts/tracing/draw_functrace.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/scripts/tracing/draw_functrace.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 
 """
diff -Nurp linux-5.5.1/tools/hv/lsvmbus linux-5.5.1-py3/tools/hv/lsvmbus
--- linux-5.5.1/tools/hv/lsvmbus	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/hv/lsvmbus	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
 import os
diff -Nurp linux-5.5.1/tools/perf/python/tracepoint.py linux-5.5.1-py3/tools/perf/python/tracepoint.py
--- linux-5.5.1/tools/perf/python/tracepoint.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/perf/python/tracepoint.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.5.1/tools/perf/python/twatch.py linux-5.5.1-py3/tools/perf/python/twatch.py
--- linux-5.5.1/tools/perf/python/twatch.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/perf/python/twatch.py	2020-02-04 00:08:07.139433346 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.5.1/tools/perf/scripts/python/exported-sql-viewer.py linux-5.5.1-py3/tools/perf/scripts/python/exported-sql-viewer.py
--- linux-5.5.1/tools/perf/scripts/python/exported-sql-viewer.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/perf/scripts/python/exported-sql-viewer.py	2020-02-04 00:08:07.140433392 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # exported-sql-viewer.py: view data from sql database
 # Copyright (c) 2014-2018, Intel Corporation.
diff -Nurp linux-5.5.1/tools/perf/scripts/python/export-to-postgresql.py linux-5.5.1-py3/tools/perf/scripts/python/export-to-postgresql.py
--- linux-5.5.1/tools/perf/scripts/python/export-to-postgresql.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/perf/scripts/python/export-to-postgresql.py	2020-02-04 00:08:07.140433392 +0200
@@ -186,7 +186,7 @@ import datetime
 #		SELECT * FROM samples_view WHERE event = 'transactions' AND branch_type_name = 'transaction abort';
 #
 # To print a call stack requires walking the call_paths table.  For example this python script:
-#   #!/usr/bin/python2
+#   #!/usr/bin/python3
 #
 #   import sys
 #   from PySide.QtSql import *
diff -Nurp linux-5.5.1/tools/power/pm-graph/bootgraph.py linux-5.5.1-py3/tools/power/pm-graph/bootgraph.py
--- linux-5.5.1/tools/power/pm-graph/bootgraph.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/power/pm-graph/bootgraph.py	2020-02-04 00:08:07.140433392 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Tool for analyzing boot timing
diff -Nurp linux-5.5.1/tools/power/pm-graph/sleepgraph.py linux-5.5.1-py3/tools/power/pm-graph/sleepgraph.py
--- linux-5.5.1/tools/power/pm-graph/sleepgraph.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/power/pm-graph/sleepgraph.py	2020-02-04 00:08:07.141433439 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Tool for analyzing suspend/resume timing
diff -Nurp linux-5.5.1/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py linux-5.5.1-py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
--- linux-5.5.1/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2020-01-27 02:23:03.000000000 +0200
+++ linux-5.5.1-py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2020-02-04 00:08:07.141433439 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- coding: utf-8 -*-
 #