From 63711a9229148829ae5ecdb1b0d6d074f374b22ed19f6dc3c8cb4e086de9996d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 2 May 2021 07:54:35 +0000 Subject: [PATCH] - deactivate python2 builds for SLE 15 SP3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=15 --- python-click-plugins.changes | 5 +++++ python-click-plugins.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-click-plugins.changes b/python-click-plugins.changes index d7604d4..a7b4592 100644 --- a/python-click-plugins.changes +++ b/python-click-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 2 07:53:42 UTC 2021 - Sebastian Wagner + +- deactivate python2 builds for SLE 15 SP3. + ------------------------------------------------------------------- Sun Jan 24 19:45:42 UTC 2021 - Sebastian Wagner diff --git a/python-click-plugins.spec b/python-click-plugins.spec index 5da4d2f..6deff32 100644 --- a/python-click-plugins.spec +++ b/python-click-plugins.spec @@ -17,8 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} -# tests fail on python2 on Leap 15.3 +%if 0%{?sle_version} == 150300 +# tests fail on python2 on Leap 15.3 and SLE 15 SP3 %define skip_python2 1 %endif Name: python-click-plugins @@ -50,7 +50,6 @@ in a special sub-group, across multiple sub-groups, or some combination. %setup -q -n click-plugins-%{version} %build - %python_build %install