Use sed to remove "--fail-on-warning" config from Makefile

instead of the patch gh139257-Support-docutils-0.22.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=107
This commit is contained in:
2025-10-16 16:26:47 +00:00
committed by Matěj Cepl
parent 960b71b79d
commit eb33aed2e2

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 15 09:22:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Use sed to remove "--fail-on-warning" config from Makefile instead
of the patch gh139257-Support-docutils-0.22.patch
-------------------------------------------------------------------
Thu Oct 9 09:10:23 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Fix python314:doc package build with docutils 0.22. Remove the
"SPHINXERRORHANDLING = --fail-on-warning" from Doc/Makefile using
the gh139257-Support-docutils-0.22.patch.
-------------------------------------------------------------------
Wed Oct 8 08:55:51 UTC 2025 - Matej Cepl <mcepl@cepl.eu>