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:
- lib/Lintian/Screen/Python/Egg/Metadata.pm
Changes:
=====================================
lib/Lintian/Screen/Python/Egg/Metadata.pm
=====================================
@@ -35,8 +35,7 @@ sub suppress {
return 1
if $item->dirname =~ m{ [^/] [.] dist-info / $}x
&& defined $item->parent_dir->child('METADATA')
- && defined $item->parent_dir->child('WHEEL')
- && defined $item->parent_dir->child('RECORD');
+ && defined $item->parent_dir->child('WHEEL');
return 1
if $item->dirname =~ m{ [^/] [.] egg-info / $}x
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/ef70e8a527ff97b51de0ae15b55da736c90f458a
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/ef70e8a527ff97b51de0ae15b55da736c90f458a
You're receiving this email because of your account on salsa.debian.org.