diff --git a/fix_entry_point.patch b/fix_entry_point.patch index 1ac3df8..de9cd7f 100644 --- a/fix_entry_point.patch +++ b/fix_entry_point.patch @@ -16,4 +16,4 @@ license_files = LICENSE.txt + +[pycodestyle] -+ignore = E402,W504 ++ignore = E275,E402,W504 diff --git a/python-screenplain.changes b/python-screenplain.changes index 5449b04..5b6eee4 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 04 08:42:28 UTC 2022 - andres.munoz@suse.com + +- Add E275 to the list of ignored errors in pycodestyle + ------------------------------------------------------------------- Thu Dec 03 21:34:14 UTC 2020 - mcepl@cepl.eu diff --git a/python-screenplain.spec b/python-screenplain.spec index 287e8ac..e4786e7 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -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 @@ -42,8 +42,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-reportlab -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun):update-alternatives %python_subpackages @@ -62,7 +62,6 @@ agent, director or screenwriting competition. Currently, the 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