From 95d35ff53fa9a4c683c47b7789ea34093dea61c6ef57c892aa72b07df60a728e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 15:43:57 +0000 Subject: [PATCH] Accepting request 1007832 from home:amunoz:branches:devel:languages:python - Add E275 to the list of ignored errors in pycodestyle to fix build OBS-URL: https://build.opensuse.org/request/show/1007832 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=8 --- fix_entry_point.patch | 2 +- python-screenplain.changes | 5 +++++ python-screenplain.spec | 7 +++---- 3 files changed, 9 insertions(+), 5 deletions(-) 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