-
-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix treatment of unmanaged libraries (#1680)
* Optimize managed library detection This commit creates a list of orphaned managed libraries by checking each libraries installer via InstalledLibrary object model instead of performing filesystem traversal twice (to subtract unmanaged ones). * Fix unmanaged libraries being upgraded This commit makes sure not to upgrade unmanaged libraries. * Satisfy libraries in sorted order ... for better readability of debug logs. * Fix adding INSTALLER file This commit ensures to add <libname>.dist-info/INSTALLER and related RECORD entry to mark installed WHEELS as managed.
- Loading branch information
Showing
4 changed files
with
89 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters