Debian Patches
Status for depthcharge-tools/0.6.2-5
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| py312-syntax-warnings.patch | Fix syntax of Python regex escape sequences This fixes `W605` warnings from `flake8`, and Python 3.12 now emits `SyntaxWarning`s for these: https://docs.python.org/3/whatsnew/3.12.html#other-language-changes |
Colin Watson <cjwatson@debian.org> | yes | debian | 2025-10-18 | |
| drop-pkg-resources.patch | Port away from pkg_resources | Colin Watson <cjwatson@debian.org> | yes | debian | 2026-01-29 | |
| py314-argparse.patch | utils: argparse: suppress some arguments from Python argparse The diskinfo parameter is abusing the @Argument decorator, and the way optional positional arguments are implemented (nargs=0 positional) is weird. Both situations are rejected by Python 3.14 argparse, which will complain positional arguments shouldn't have nargs=0. Prevent these arguments from being passed to Python argparse, but run other code in the decorator. |
Icenowy Zheng <uwu@icenowy.me> | no | debian | other, https://github.com/alpernebbi/depthcharge-tools/pull/14 | 2026-06-28 |
