babelfish icon indicating copy to clipboard operation
babelfish copied to clipboard

Replace pkg_resources with importlib

Open ahmubashshir opened this issue 1 year ago • 4 comments

pkg_resources is deprecated in favor of importlib.{resources,metadata}

Closes Diaoul#46 See-also: https://setuptools.pypa.io/en/latest/pkg_resources.html See-also: https://docs.python.org/3/library/importlib.resources.html See-also: https://docs.python.org/3/library/importlib.metadata.html Signed-off-by: Mubashshir [email protected]

ahmubashshir avatar Nov 17 '23 17:11 ahmubashshir

Thanks for the PR and the library 👏 . Any chance to get the PR fixed @ahmubashshir and merged @Diaoul 🙏 ?

nass600 avatar Nov 19 '23 20:11 nass600

Any chance to get the PR fixed Any issue that you noticed? please add info.

ahmubashshir avatar Nov 20 '23 10:11 ahmubashshir

The test failures are caused by setup-poetry action.

ahmubashshir avatar Dec 23 '23 20:12 ahmubashshir

@Diaoul Any chance you might look at this one? To not break under Python 3.13.

Safihre avatar Jan 17 '24 13:01 Safihre

New version is released :rocket:

Diaoul avatar May 09 '24 21:05 Diaoul

Thanks!

Safihre avatar May 09 '24 21:05 Safihre