arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
484 stars 203 forks source link

DeprecationWarning: pkg_resources is deprecated as an API #412

Closed JiriKr closed 10 months ago

JiriKr commented 1 year ago

It can be replaced with https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources .

Migration guide is available on https://importlib-resources.readthedocs.io/en/latest/migration.html .

arthurdejong commented 1 year ago

Hi @JiriKr,

Thanks for the report and related fix. I don't see the deprecation warning when running the tests. Do you have an easy way to reproduce the warnings? Also, do you know why pkg_resources is deprecated?

pulse-mind commented 11 months ago

Hi, Same deprecation on my side.