Debian Patches

Status for pybind11-stubgen/2.5.5-4

Patch Description Author Forwarded Bugs Origin Last update
stabilize-import-ordering.patch Stabilize ordering of `import` vs. `import ... as`
Due to an alias, pytango's stubs include the following lines:

```
from tango._tango import CmdArgType
from tango._tango import CmdArgType as ArgType
```

However, pybind11-stubgen doesn't sort these reliably. I noticed this
because of a failure from Debian's reproducible builds system
(https://reproduce.debian.net/amd64/api/v1/builds/153381/artifacts/383911/diffoscope)
showing that those two lines had been generated in the opposite order.
The intent seems to be to sort the output predictably, so let's
constrain this a little more tightly.
Colin Watson <cjwatson@debian.org> yes 2026-03-11

All known versions for source package 'pybind11-stubgen'

Links