Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python314 for openSUSE:Factory 
checked in at 2025-10-17 17:25:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python314 (Old)
 and      /work/SRC/openSUSE:Factory/.python314.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python314"

Fri Oct 17 17:25:42 2025 rev:28 rq:1311757 version:3.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python314/python314.changes      2025-10-10 
17:10:03.435031531 +0200
+++ /work/SRC/openSUSE:Factory/.python314.new.18484/python314.changes   
2025-10-17 17:26:08.774911851 +0200
@@ -1,0 +2,6 @@
+Wed Oct 15 09:22:40 UTC 2025 - Daniel Garcia <[email protected]>
+
+- Use sed to remove "--fail-on-warning" config from Makefile instead
+  of the patch gh139257-Support-docutils-0.22.patch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python314.spec ++++++
--- /var/tmp/diff_new_pack.jgBUDu/_old  2025-10-17 17:26:10.310976551 +0200
+++ /var/tmp/diff_new_pack.jgBUDu/_new  2025-10-17 17:26:10.314976719 +0200
@@ -546,7 +546,7 @@
 tar xvf %{SOURCE21}
 
 # Don't fail on warnings when building documentation
-# sed -i -e '/^SPHINXERRORHANDLING/s/-W//' Doc/Makefile
+sed -i -e '/^SPHINXERRORHANDLING/s/--fail-on-warning//' Doc/Makefile
 
 %build
 export SUSE_VERSION="0%{?suse_version}"

++++++ gh139257-Support-docutils-0.22.patch ++++++
--- /var/tmp/diff_new_pack.jgBUDu/_old  2025-10-17 17:26:10.438981943 +0200
+++ /var/tmp/diff_new_pack.jgBUDu/_new  2025-10-17 17:26:10.438981943 +0200
@@ -34,21 +34,4 @@
  
  
  class PyAwaitableMixin(object):
-Index: Python-3.14.0/Doc/Makefile
-===================================================================
---- Python-3.14.0.orig/Doc/Makefile
-+++ Python-3.14.0/Doc/Makefile
-@@ -14,7 +14,11 @@ PAPER        =
- SOURCES      =
- DISTVERSION  = $(shell $(PYTHON) tools/extensions/patchlevel.py)
- REQUIREMENTS = requirements.txt
--SPHINXERRORHANDLING = --fail-on-warning
-+# docutils 0.22 produces the following warning for all the faq pages:
-+# ERROR: The "contents" directive may not be used within topics or
-+# body elements. [docutils]
-+# SPHINXERRORHANDLING = --fail-on-warning
-+SPHINXERRORHANDLING =
- 
- # Internal variables.
- PAPEROPT_a4     = --define latex_elements.papersize=a4paper
 

Reply via email to