#82 Module ‘pkg_resources’ is deprecated, migrate to supported alternatives
Closed: Fixed by bignose. Opened by bignose.

The ‘daemon._metadata’ module makes use of the ‘pkg_resources’ module distributed with Setuptools. That module is now deprecated:

Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions.


Metadata Update from @bignose:
- Issue assigned to bignose

Metadata Update from @bignose:
- Issue tagged with: confirmed

With the migration to 'changelog-chug' for interrogating the Change Log at build time, merged to the 'main' branch, this issue is now resolved.

Metadata Update from @bignose:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata