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

DM-33528: Use importlib.resources rather than deprecated pkg_resources #55

Merged
merged 9 commits into from
May 3, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    bf01a17 View commit details
    Browse the repository at this point in the history
  2. Drop python <=3.9

    importlib.metadata doesn't work properly in 3.9 and older.
    timj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3b7febf View commit details
    Browse the repository at this point in the history
  3. Add walk to resources scheme

    timj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6e5f15d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af8bd6 View commit details
    Browse the repository at this point in the history
  5. Add news fragment

    timj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8366a1e View commit details
    Browse the repository at this point in the history
  6. Use python 3.11 API for importlib.resources

    The importlib.resources APIs from python 3.10 are deprecated
    in python 3.11. For older pythons we use importlib_resources.
    timj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    144e84e View commit details
    Browse the repository at this point in the history
  7. Revert "Drop python <=3.9"

    This reverts commit 45bdd81.
    timj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3f2744b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7470e2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    763275f View commit details
    Browse the repository at this point in the history