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

metadata: remove Distribution._local #354

Merged
merged 7 commits into from Dec 20, 2021

Commits on Oct 30, 2021

  1. metadata: remove Distribution._local

    Importing an external module is anti-pattern and very unexpected
    behavior. Furthermore, the specific builder implementation we are using
    will provision an isolated virtual environmnent and perform the build
    there, which is unwanted in various scenarious.
    
    Perhaps there was a time this helper was needed, but we can now
    remove this in favor of build.util.project_wheel_metadata[1].
    
    [1] https://github.com/pypa/build/blob/82051d509a87124a46f3766134c11fc8aee9b86a/src/build/util.py#L27
    
    Signed-off-by: Filipe Laíns <lains@riseup.net>
    FFY00 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ff1bb2e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    54c0860 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    eca1c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad9047 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    e59f3b6 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    jaraco committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4a2f7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f6fe1e View commit details
    Browse the repository at this point in the history