[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Do not check for "RECORD" in .dist-info as they are now always excluded



Title: GitLab

Nilesh Patra pushed to branch master at lintian / lintian

Commits:

  • ef70e8a5
    by Nilesh Patra at 2023-10-12T18:43:52+00:00
    Do not check for "RECORD" in .dist-info as they are now always excluded
    

1 changed file:

Changes:

  • lib/Lintian/Screen/Python/Egg/Metadata.pm
    ... ... @@ -35,8 +35,7 @@ sub suppress {
    35 35
         return 1
    
    36 36
           if $item->dirname =~ m{ [^/] [.] dist-info / $}x
    
    37 37
           && defined $item->parent_dir->child('METADATA')
    
    38
    -      && defined $item->parent_dir->child('WHEEL')
    
    39
    -      && defined $item->parent_dir->child('RECORD');
    
    38
    +      && defined $item->parent_dir->child('WHEEL');
    
    40 39
     
    
    41 40
         return 1
    
    42 41
           if $item->dirname =~ m{ [^/] [.] egg-info / $}x
    


  • Reply to: