Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python39 for openSUSE:Factory 
checked in at 2023-01-15 17:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python39 (Old)
 and      /work/SRC/openSUSE:Factory/.python39.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python39"

Sun Jan 15 17:57:54 2023 rev:39 rq:1058286 version:3.9.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python39/python39.changes        2022-12-09 
13:16:56.866736110 +0100
+++ /work/SRC/openSUSE:Factory/.python39.new.32243/python39.changes     
2023-01-15 17:58:01.242151123 +0100
@@ -1,0 +2,5 @@
+Fri Jan 13 12:06:59 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Suppress warnings for Sphinx 6.0+.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python39.spec ++++++
--- /var/tmp/diff_new_pack.VQb0l5/_old  2023-01-15 17:58:03.638165345 +0100
+++ /var/tmp/diff_new_pack.VQb0l5/_new  2023-01-15 17:58:03.642165369 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -458,7 +458,14 @@
 
 cd Doc
 sed -i "s/^today = .*/today = '$TODAY_DATE'/" conf.py
+
+%if 0%{?suse_version} >= 1550
+# Sphinx 6.0+ reports various warnings that are not backported
+# branch.
+%make_build html SPHINXERRORHANDLING=""
+%else
 %make_build -j1 html
+%endif
 
 # Build also devhelp files
 sphinx-build -a -b devhelp . build/devhelp

Reply via email to