Remove pkg_resources usage from the rest of the Djblets modules.

Review Request #13145 — Created July 13, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

This updates djblets.mail and djblets.registries to replace
pkg_resources code with importlib_metadata. This leaves Djblets free
of pkg_resources code, with the exception of the extension packaging
support, which still needs it for now.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove pkg_resources usage from the rest of the Djblets modules.
This updates `djblets.mail` and `djblets.registries` to replace `pkg_resources` code with `importlib_metadata`. This leaves Djblets free of `pkg_resources` code, with the exception of the extension packaging support, which still needs it for now.
9f51412a09d5122988f3ae7831df0fa7fb607750 Christian Hammond
setup.py
djblets/mail/dmarc.py
djblets/registries/registry.py
Loading...