8e1784 Update python-coverage to version 7.5.1 / rev 62 via SR 1173002

6 files Authored by StevenK a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-coverage to version 7.5.1 / rev 62 via SR 1173002
    
    https://build.opensuse.org/request/show/1173002
    by user StevenK + anag+factory
    - Update to 7.5.1:
      * Fix: a pragma comment on the continuation lines of a multi-line statement
        now excludes the statement and its body, the same as if the pragma is
        on the first line.
      * Fix: very complex source files could cause a maximum recursion error when
        creating an HTML report.
      * HTML report improvements:
        + Support files (JavaScript and CSS) referenced by the HTML report now have
          hashes added to their names to ensure updated files are used instead of
          stale cached copies.
        + Missing branch coverage explanations that said "the condition was never
          false" now read "the condition was always true" because it's easier to
          understand.
        + Column sort order is remembered better as you move between the index
          pages.
      * Added initial suppor
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file modified
+61 -0
file modified
+7 -5