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 expectation on unique packages to include normalization. #381

Merged
merged 3 commits into from May 21, 2022

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    6eb6f71 View commit details
    Browse the repository at this point in the history
  2. fix PathDistribution._normalized_name implementation

    - apply PEP 503 normalization to the extracted names
      (e.g.: `zope..inter_face-4.2.dist-info` must yield
       the name `zope_inter_face`)
    
    `entry_points(…)` can yield the entry-points
    of a shadowed distribution. For example: with a version of `mypkg`
    in the system' site-packages directory when working from another
    development checkout of the same package (with a `mypkg.egg-info`
    directory mishandled by the first bug).
    benoit-pierre authored and jaraco committed May 21, 2022
    Configuration menu
    Copy the full SHA
    45b8841 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    jaraco committed May 21, 2022
    Configuration menu
    Copy the full SHA
    21bacb9 View commit details
    Browse the repository at this point in the history