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

Skip distributions with incomplete metadata #2231

Commits on Jul 5, 2023

  1. Skip distributions with incomplete metadata

    In rare cases, `importlib.metadata` values may contain `None`, see
    python/cpython#91216
    and
    python/importlib_metadata#371
    
    The fix skips all distributions with incomplete metadata.
    Roman Inflianskas committed Jul 5, 2023
    Copy the full SHA
    6b73d64 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Copy the full SHA
    d9e8677 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56f322a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Copy the full SHA
    6cba093 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Copy the full SHA
    7b28394 View commit details
    Browse the repository at this point in the history