Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Add-project-name-to-pyproject-toml.patch | Add project.name to pyproject.toml =================================================================== |
Mitchell Augustin <mitchell@mitchellaugustin.com> | yes | debian upstream | 2025-01-27 | |
Fixed-tmpdir-race-condition-in-dotexport-test.patch | Change dotexport test to use tmpdir to fix race condition In the upstream package, the dotexport test manually creates and deletes temporary directories in a way that exposes it to possible race conditions. This patch corrects that by having it use the pytest tmpdir constructs, which handle temporary directories safely. |
Mitchell Augustin <mitchell@mitchellaugustin.com> | yes |