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

Replace the remaining uses of pkg_resources with packaging and importlib_metadata. #736

Merged
merged 19 commits into from Mar 2, 2021

Commits on Feb 27, 2021

  1. Copy the full SHA
    98c6f29 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1a96af View commit details
    Browse the repository at this point in the history
  3. Prefer name canonicalization in packaging. Removes dependency on setu…

    …ptools and pkg_resources.
    jaraco committed Feb 27, 2021
    Copy the full SHA
    576c298 View commit details
    Browse the repository at this point in the history
  4. Fade to black

    jaraco committed Feb 27, 2021
    Copy the full SHA
    e63aba4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9d3f473 View commit details
    Browse the repository at this point in the history
  6. Exclude packaging from type checks and remove exclusion for setuptool…

    …s, no longer required.
    jaraco committed Feb 27, 2021
    Copy the full SHA
    113eaa2 View commit details
    Browse the repository at this point in the history
  7. 🧎‍♀️ Genuflect to the types.

    Suppress the import failure as the mypy config doesn't seem to be adequate. Why?
    jaraco committed Feb 27, 2021
    Copy the full SHA
    e5bfea5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    743f162 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Copy the full SHA
    786c0d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    01538db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d843998 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    31b95a8 View commit details
    Browse the repository at this point in the history
  5. 🧎‍♀️ Genuflect to the types.

    Now the error isn't present, apparently. Let's get some syrup for these waffles.
    jaraco committed Feb 28, 2021
    Copy the full SHA
    b53633b View commit details
    Browse the repository at this point in the history
  6. 🧎‍♀️ Genuflect to the types.

    Suppress typecheck failures in importlib_metadata.
    jaraco committed Feb 28, 2021
    Copy the full SHA
    0a2111f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5aa30c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. 🧎‍♀️ Genuflect to the types.

    Add a comment indicating which codes to ignore.
    jaraco committed Mar 1, 2021
    Copy the full SHA
    e27162f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    91c2add View commit details
    Browse the repository at this point in the history
  3. Add changelog.

    jaraco committed Mar 1, 2021
    Copy the full SHA
    9e6c8b6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    96ff303 View commit details
    Browse the repository at this point in the history