Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-screenplain for openSUSE:Factory checked in at 2022-10-06 07:42:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-screenplain (Old) and /work/SRC/openSUSE:Factory/.python-screenplain.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-screenplain" Thu Oct 6 07:42:38 2022 rev:3 rq:1008251 version:0.9.0+git.1597423678.4e34d1f Changes: -------- --- /work/SRC/openSUSE:Factory/python-screenplain/python-screenplain.changes 2020-12-04 21:29:11.550185489 +0100 +++ /work/SRC/openSUSE:Factory/.python-screenplain.new.2275/python-screenplain.changes 2022-10-06 07:42:48.088767101 +0200 @@ -1,0 +2,5 @@ +Tue Oct 04 08:42:28 UTC 2022 - andres.mu...@suse.com + +- Add E275 to the list of ignored errors in pycodestyle + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-screenplain.spec ++++++ --- /var/tmp/diff_new_pack.NzClmX/_old 2022-10-06 07:42:48.640768330 +0200 +++ /var/tmp/diff_new_pack.NzClmX/_new 2022-10-06 07:42:48.648768348 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-screenplain # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,7 +43,7 @@ BuildArch: noarch Requires: python-reportlab Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages @@ -62,7 +62,6 @@ supported output formats are FDX and HTML. PDF will hopefully be supported in a not too distant future. - %prep %setup -q -n screenplain-%{version} %autopatch -p1 ++++++ fix_entry_point.patch ++++++ --- /var/tmp/diff_new_pack.NzClmX/_old 2022-10-06 07:42:48.696768455 +0200 +++ /var/tmp/diff_new_pack.NzClmX/_new 2022-10-06 07:42:48.700768464 +0200 @@ -16,5 +16,5 @@ license_files = LICENSE.txt + +[pycodestyle] -+ignore = E402,W504 ++ignore = E275,E402,W504