Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python38 for openSUSE:Factory checked in at 2023-01-15 17:57:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python38 (Old) and /work/SRC/openSUSE:Factory/.python38.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python38" Sun Jan 15 17:57:53 2023 rev:32 rq:1058190 version:3.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python38/python38.changes 2022-12-09 13:16:55.074726590 +0100 +++ /work/SRC/openSUSE:Factory/.python38.new.32243/python38.changes 2023-01-15 17:57:58.990137757 +0100 @@ -1,0 +2,5 @@ +Fri Jan 13 08:04:11 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Suppress warnings for Sphinx 6.0+. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python38.spec ++++++ --- /var/tmp/diff_new_pack.3GQpuC/_old 2023-01-15 17:57:59.914143241 +0100 +++ /var/tmp/diff_new_pack.3GQpuC/_new 2023-01-15 17:57:59.918143266 +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 @@ -479,7 +479,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