14
0

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
This commit is contained in:
2022-10-05 15:43:57 +00:00
committed by Git OBS Bridge
parent fa7bf2df4f
commit 95d35ff53f
3 changed files with 9 additions and 5 deletions

View File

@@ -16,4 +16,4 @@
license_files = LICENSE.txt
+
+[pycodestyle]
+ignore = E402,W504
+ignore = E275,E402,W504

View File

@@ -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

View File

@@ -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