Debian Patches
Status for jenkins-job-builder/6.4.2-6
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| do-not-depends-on-pkg-resources.patch | Do not depends on pkg-resources | Thomas Goirand <zigo@debian.org> | no | debian | 2025-01-02 | |
| reproducible-build.patch | Make the build reproducible | Chris Lamb <lamby@debian.org> | no | 2025-03-31 | ||
| remove-pkg_resources.patch | Remove usage of pkg_resources The pkg_resources module is no longer shipped by python3-setuptools (>= 84), which made the package FTBFS with: E ModuleNotFoundError: No module named 'pkg_resources' Replace pkg_resources.iter_entry_points by importlib.metadata entry_points, and build importlib.metadata EntryPoint objects instead of pkg_resources ones. The test fixtures are updated accordingly. =================================================================== |
Thomas Goirand <zigo@debian.org> | no | 2026-09-16 |
