Blob Blame History Raw
diff -NPurBb dmlite-1.15.0.orig/python/sample.py dmlite-1.15.0/python/sample.py
--- dmlite-1.15.0.orig/python/sample.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/python/sample.py	2021-06-14 14:32:20.838231809 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
 from __future__ import print_function
 import pydmlite
diff -NPurBb dmlite-1.15.0.orig/scripts/bdii/dome-info-provider.py dmlite-1.15.0/scripts/bdii/dome-info-provider.py
--- dmlite-1.15.0.orig/scripts/bdii/dome-info-provider.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/bdii/dome-info-provider.py	2021-06-14 14:30:54.289208914 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
 import argparse
 import socket
diff -NPurBb dmlite-1.15.0.orig/scripts/SRR/dpm-storage-summary.py dmlite-1.15.0/scripts/SRR/dpm-storage-summary.py
--- dmlite-1.15.0.orig/scripts/SRR/dpm-storage-summary.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/SRR/dpm-storage-summary.py	2021-06-14 14:31:02.857112187 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 ################################################################################
 ## Original script is now integrated in the dmliteshell which should be used  ##
 ## instead of calling this legacy but fully backward compatible CLI interface ##
diff -NPurBb dmlite-1.15.0.orig/scripts/StAR-accounting/star-accounting.py dmlite-1.15.0/scripts/StAR-accounting/star-accounting.py
--- dmlite-1.15.0.orig/scripts/StAR-accounting/star-accounting.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/StAR-accounting/star-accounting.py	2021-06-14 14:30:58.238164333 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 ################################################################################
 ## Original script is now integrated in the dmliteshell which should be used  ##
 ## instead of calling this legacy but fully backward compatible CLI interface ##
diff -NPurBb dmlite-1.15.0.orig/scripts/utils/dmlite-mysql-dirspaces.py dmlite-1.15.0/scripts/utils/dmlite-mysql-dirspaces.py
--- dmlite-1.15.0.orig/scripts/utils/dmlite-mysql-dirspaces.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/utils/dmlite-mysql-dirspaces.py	2021-06-14 14:30:46.657295078 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 ################################################################################
 ## Original script is now integrated in the dmliteshell which should be used  ##
 ## instead of calling this legacy but fully backward compatible CLI interface ##
diff -NPurBb dmlite-1.15.0.orig/scripts/utils/dmlite-prom.py dmlite-1.15.0/scripts/utils/dmlite-prom.py
--- dmlite-1.15.0.orig/scripts/utils/dmlite-prom.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/utils/dmlite-prom.py	2021-06-14 14:30:50.735249039 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 #
 # Dump DPM DOME information in a format that can be scraped
 # by prometheus Node exporter text collector
diff -NPurBb dmlite-1.15.0.orig/scripts/utils/dpm-dump.py dmlite-1.15.0/scripts/utils/dpm-dump.py
--- dmlite-1.15.0.orig/scripts/utils/dpm-dump.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/utils/dpm-dump.py	2021-06-14 14:30:02.736790919 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 ################################################################################
 ## Original script is now integrated in the dmliteshell which should be used  ##
 ## instead of calling this legacy but fully backward compatible CLI interface ##
diff -NPurBb dmlite-1.15.0.orig/scripts/utils/lost.py dmlite-1.15.0/scripts/utils/lost.py
--- dmlite-1.15.0.orig/scripts/utils/lost.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/scripts/utils/lost.py	2021-06-14 14:30:43.033335992 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 ################################################################################
 ## Original script is now integrated in the dmliteshell which should be used  ##
 ## instead of calling this legacy but fully backward compatible CLI interface ##
diff -NPurBb dmlite-1.15.0.orig/src/dome/cli/dome.py dmlite-1.15.0/src/dome/cli/dome.py
--- dmlite-1.15.0.orig/src/dome/cli/dome.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/src/dome/cli/dome.py	2021-06-14 14:32:24.161194292 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 # dome.py
 """
 This file implements the Dome CLI.
diff -NPurBb dmlite-1.15.0.orig/tests/dpm/dpm-tester.py dmlite-1.15.0/tests/dpm/dpm-tester.py
--- dmlite-1.15.0.orig/tests/dpm/dpm-tester.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/dpm/dpm-tester.py	2021-06-14 14:32:17.386270780 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function, division, absolute_import
 
 import gfal2
diff -NPurBb dmlite-1.15.0.orig/tests/python/catalog_first.py dmlite-1.15.0/tests/python/catalog_first.py
--- dmlite-1.15.0.orig/tests/python/catalog_first.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/catalog_first.py	2021-06-14 14:31:48.512596756 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
 import stat
 import unittest
diff -NPurBb dmlite-1.15.0.orig/tests/python/catalog.py dmlite-1.15.0/tests/python/catalog.py
--- dmlite-1.15.0.orig/tests/python/catalog.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/catalog.py	2021-06-14 14:31:58.135488118 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
 import sys
 import time
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-ls.py dmlite-1.15.0/tests/python/dm-ls.py
--- dmlite-1.15.0.orig/tests/python/dm-ls.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-ls.py	2021-06-14 14:31:40.647685538 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-mkdir.py dmlite-1.15.0/tests/python/dm-mkdir.py
--- dmlite-1.15.0.orig/tests/python/dm-mkdir.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-mkdir.py	2021-06-14 14:31:44.521641806 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-mkfile.py dmlite-1.15.0/tests/python/dm-mkfile.py
--- dmlite-1.15.0.orig/tests/python/dm-mkfile.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-mkfile.py	2021-06-14 14:32:05.228408039 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-mklink.py dmlite-1.15.0/tests/python/dm-mklink.py
--- dmlite-1.15.0.orig/tests/python/dm-mklink.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-mklink.py	2021-06-14 14:31:36.127736566 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-physicallocation.py dmlite-1.15.0/tests/python/dm-physicallocation.py
--- dmlite-1.15.0.orig/tests/python/dm-physicallocation.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-physicallocation.py	2021-06-14 14:32:01.484450308 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-rmdir.py dmlite-1.15.0/tests/python/dm-rmdir.py
--- dmlite-1.15.0.orig/tests/python/dm-rmdir.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-rmdir.py	2021-06-14 14:31:51.578562144 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-rmfile.py dmlite-1.15.0/tests/python/dm-rmfile.py
--- dmlite-1.15.0.orig/tests/python/dm-rmfile.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-rmfile.py	2021-06-14 14:31:54.822525520 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/dm-rmlink.py dmlite-1.15.0/tests/python/dm-rmlink.py
--- dmlite-1.15.0.orig/tests/python/dm-rmlink.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/dm-rmlink.py	2021-06-14 14:32:11.916332534 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 from __future__ import print_function
 import pydmlite
 import sys
diff -NPurBb dmlite-1.15.0.orig/tests/python/run-all.py dmlite-1.15.0/tests/python/run-all.py
--- dmlite-1.15.0.orig/tests/python/run-all.py	2021-06-07 10:22:42.000000000 +0200
+++ dmlite-1.15.0/tests/python/run-all.py	2021-06-14 14:32:08.106375547 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 
 import unittest