From eb33aed2e21bc1abc1f676ad1cffcd3af57521168d19040b0c10725ff3b54b69 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Oct 2025 16:26:47 +0000 Subject: [PATCH] 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 --- python314.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python314.changes b/python314.changes index 5b389c8..adbebc6 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 15 09:22:40 UTC 2025 - Daniel Garcia + +- 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 + +- 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