Debian Patches
Status for python-readme-renderer/44.0-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
docutils-0.22.patch | Fix a test failure caused by an internal docutils `open()` call docutils 0.22 introduced an RST stylesheet feature that must be able to open files during RST-to-HTML rendering. The original design of the `test_cli_explicit_format` test patched `pathlib.Path.open()` so it would always return the same open file instance...which was always closed on first use. This caused a failure when docutils tried to open `minimal.css`: ``` ``` This change introduces a more complex mocking strategy that documents and meets the current technical requirements. |
Kurt McKee <contactme@kurtmckee.org> | no | https://github.com/pypa/readme_renderer/pull/332 | 2025-08-20 |