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

remove requirement for setuptools.pkg_resources #5845

Merged
merged 30 commits into from
Nov 1, 2021

Commits on Oct 7, 2021

  1. remove requirement for setuptools.pkg_resources

    Fixes pydata#5676
    
    Now depends on importlib-metadata for Python major version < 3.8
    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a73a78a View commit details
    Browse the repository at this point in the history
  2. doh

    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9d14a01 View commit details
    Browse the repository at this point in the history
  3. doh2

    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6104a05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d500090 View commit details
    Browse the repository at this point in the history
  5. black formatting

    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7537b33 View commit details
    Browse the repository at this point in the history
  6. ordering

    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4dcc371 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fc6537 View commit details
    Browse the repository at this point in the history
  8. precommit

    marscher committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b482d68 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    b2f1ad2 View commit details
    Browse the repository at this point in the history
  2. follow up

    marscher committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    25cb017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9666401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becf45e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a21485b View commit details
    Browse the repository at this point in the history
  6. linting

    marscher committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2310041 View commit details
    Browse the repository at this point in the history
  7. minor [ci skip]

    marscher committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7ab694f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. broad exception clause?

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    marscher and keewis authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    60b4237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a377ac View commit details
    Browse the repository at this point in the history
  3. update changelog [ci skip]

    marscher committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a9e695f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ea3d65 View commit details
    Browse the repository at this point in the history
  5. Update doc/whats-new.rst

    Co-authored-by: keewis <keewis@users.noreply.github.com>
    marscher and keewis authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e69e073 View commit details
    Browse the repository at this point in the history
  6. Update doc/whats-new.rst

    keewis authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    efc0bdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5883ff8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    833b1cd View commit details
    Browse the repository at this point in the history
  9. ignore setuptools

    keewis committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d602190 View commit details
    Browse the repository at this point in the history
  10. decode the loaded resources

    keewis committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    aeeb89f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5348287 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. __init__: no no-redef

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    marscher and Illviljan authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4d2cc88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd8108 View commit details
    Browse the repository at this point in the history
  3. Revert "__init__: no no-redef"

    This reverts commit 4d2cc88.
    dcherian committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    5ca4a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28c8485 View commit details
    Browse the repository at this point in the history