From b4e1cd2d046086ee982b9d6fa74c36d4fe0af9b10f9d2fcc046af3caed987db5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 19:47:09 +0000 Subject: [PATCH] - skip pycodestyle check - fails with newer versions and isn't a good check to begin with OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=13 --- python-screenplain.changes | 6 ++++++ python-screenplain.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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