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

Only configure setuptools logging if bdist_wheel is imported #641

Merged
merged 12 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Refactored the wheel convert command to not require setuptools

    This also aims to improve the correctness of the egg and bdist_wininst conversions.
    agronholm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9f7acca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a327e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06beb7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bdf84e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a7d2a0 View commit details
    Browse the repository at this point in the history
  6. Increased coverage

    agronholm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    aa83978 View commit details
    Browse the repository at this point in the history
  7. Increased coverage further

    agronholm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    29bf75c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f45026e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b4a98c View commit details
    Browse the repository at this point in the history
  10. Only configure setuptools logging if bdist_wheel is imported

    Also fix the output of `wheel convert` to add the final "OK" on the same line as the source file name.
    
    Fixes #632.
    agronholm committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f65bcc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    9018f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13876db View commit details
    Browse the repository at this point in the history