Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python311 for openSUSE:Factory checked in at 2023-01-19 16:44:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python311 (Old) and /work/SRC/openSUSE:Factory/.python311.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python311" Thu Jan 19 16:44:25 2023 rev:12 rq:1059550 version:3.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python311/python311.changes 2022-12-09 13:19:21.951506804 +0100 +++ /work/SRC/openSUSE:Factory/.python311.new.32243/python311.changes 2023-01-19 16:44:37.741901706 +0100 @@ -1,0 +2,6 @@ +Tue Jan 10 11:11:56 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Don't fail on Sphinx build warnings. +- For jsc#PED-1570, providing Python 3.11 for SLE-15-SP5. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python311.spec ++++++ --- /var/tmp/diff_new_pack.PhD2vy/_old 2023-01-19 16:44:38.869907579 +0100 +++ /var/tmp/diff_new_pack.PhD2vy/_new 2023-01-19 16:44:38.873907600 +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 @@ -466,6 +466,9 @@ # Add vendored bluez-devel files tar xvf %{SOURCE21} +# Don't fail on warnings when building documentation +sed -i -e '/^SPHINXERRORHANDLING/s/-W//' Doc/Makefile + %build %if %{with doc} TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"` ++++++ python311-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.PhD2vy/_old 2023-01-19 16:44:39.041908475 +0100 +++ /var/tmp/diff_new_pack.PhD2vy/_new 2023-01-19 16:44:39.045908495 +0100 @@ -1,2 +1,4 @@ addFilter("pem-certificate.*/usr/lib.*/python.*/test/*.pem") +addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/tests/*.c") +addFilter("devel-file-in-non-devel-package.*/usr/lib.*/python.*/test/*.cpp")