diff --git a/python-screenplain.changes b/python-screenplain.changes index 1ac96de..d9951ea 100644 --- a/python-screenplain.changes +++ b/python-screenplain.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 13 19:46:35 UTC 2023 - Dirk Müller + +- skip pycodestyle check - fails with newer versions and isn't + a good check to begin with + ------------------------------------------------------------------- Mon Mar 20 13:44:17 UTC 2023 - mcepl@cepl.eu diff --git a/python-screenplain.spec b/python-screenplain.spec index cedc573..229ec91 100644 --- a/python-screenplain.spec +++ b/python-screenplain.spec @@ -34,7 +34,6 @@ Source: screenplain-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com # entry point lead to incorrect function. Patch0: fix_entry_point.patch -BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module reportlab} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -78,7 +77,6 @@ sed -i '1{/^#!.*env python/d}' screenplain/main.py %check %pyunittest discover -v -p '*test*.py' %python_exec -mdoctest -v screenplain/*.py -%python_exec -mpycodestyle -v screenplain tests %post %python_install_alternative screenplain