scientific-python / action-towncrier-changelog

GitHub Action to check towncrier changelog
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

DeprecationWarning: pkg_resources is deprecated as an API #7

Closed pllim closed 10 months ago

pllim commented 10 months ago
/check_changelog.py:8: DeprecationWarning: pkg_resources is deprecated as an API.
pllim commented 10 months ago

@Cadair , didn't you originally write this? Do you know how to replace with new code? Thanks!

https://github.com/scientific-python/action-towncrier-changelog/blob/cb4239c72f8528265a314e43d73d470b029855b3/check_changelog.py#L132-L138

Cadair commented 10 months ago

That code is (was) ripped out of the internals of towncrier. The best way to update is to copy it out again I would think.