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 pkg_resources by importlib.resources #496

Merged
merged 7 commits into from
Apr 24, 2023
Merged

Commits on Apr 12, 2023

  1. Replace pkg_resources by importlib.resources

    This trades our dependency on setuptools to a conditional one on the importlib-resources backport package.
    
    Fixes #494
    hynek committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    51c67aa View commit details
    Browse the repository at this point in the history
  2. Add news fragment

    hynek committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d1faac0 View commit details
    Browse the repository at this point in the history
  3. Update src/towncrier/test/helpers.py

    Co-authored-by: Thomas Grainger <tagrain@gmail.com>
    hynek and graingert authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    516a15d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5339562 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Address @graingert's feedback

    hynek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    291f7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d27cdf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    f23c5ce View commit details
    Browse the repository at this point in the history