Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix treatment of unmanaged libraries #1680

Merged
merged 4 commits into from
May 25, 2024
Merged

Commits on May 18, 2024

  1. 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).
    deathaxe committed May 18, 2024
    Configuration menu
    Copy the full SHA
    80fe6f7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix unmanaged libraries being upgraded

    This commit makes sure not to upgrade unmanaged libraries.
    deathaxe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    97385fa View commit details
    Browse the repository at this point in the history
  2. Satisfy libraries in sorted order

    ... for better readability of debug logs.
    deathaxe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    36885a4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix adding INSTALLER file

    This commit ensures to add <libname>.dist-info/INSTALLER and related RECORD
    entry to mark installed WHEELS as managed.
    deathaxe committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ebf4edd View commit details
    Browse the repository at this point in the history