Debian Patches
Status for beaker/1.13.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| importlib-metadata.patch | Load entry points with importlib.metadata instead of deprecated pkg_resources (#249) * Select exception class via `except Type:` instead of manual `isinstance` * Load entry points with importlib.metadata instead of deprecated pkg_resources I'm not sure in which circumstance DistributionNotFound may have been raised here previously, why it has been desireable to suppress that, and what the current machinery would raise instead, but if in doubt I'd rather have a warning than things silently not working. * Remove pkg_resources import guard, importlib is part of the stdlib, so always present * Remove long-obsolete python-2 compatibility code It especially makes no sense now anymore, since importlib is python-3 only. * Use importlib.metatdata API that's backward-compatible with Python<3.10 |
Wolfgang Schnerring <wosc@wosc.de> | no | debian | backport, https://github.com/bbangert/beaker/commit/96283fe89240040bf979e8555ba73571876e837c | 2026-01-25 |
