Package report/repo parser integration

 - parser able to filter package versions using keywords
 - warning message on missing tag
 - on the fly versions lookup (excluding '*.hotfix')
 - updated versions compare routine
 - lexical compare uses numbers, not ordinal values
 - updated release version detection
 - final report lists pkg section/app if no description given
 - final report shows repo info for detected release version

Fixes:
 - shorter alternate entrpoints: mcp-pkg, mcp-net, cmp-reclass
 - flake8 syntax
 - proper mirantis/non-mirantis versions getting
 - exit on unexpected arguments
 - salt-master class now gets linux codename by default and architecture

Change-Id: I0a2daadca8a1acaecafc8680226dc00d20cc24ce
Related-PROD: PROD-28199
diff --git a/templates/common_styles.j2 b/templates/common_styles.j2
index 604564b..66385be 100644
--- a/templates/common_styles.j2
+++ b/templates/common_styles.j2
@@ -73,7 +73,7 @@
         border-bottom: 1px dotted black;
     }
 
-    .tooltip .tooltiptext {
+    .tooltip .tooltiptext, .tooltip .repoinfotext {
         visibility: hidden;
         background-color: black;
         font-family: "Lucida Console", Monaco, monospace;
@@ -88,8 +88,16 @@
         z-index: 1;
     }
 
+    .tooltip .repoinfotext {
+        right: 0%;
+    }
+
     .tooltip:hover .tooltiptext {
         visibility: visible;
     }
 
+    .tooltip:hover .repoinfotext {
+        visibility: visible;
+    }
+
 </style>