From 6ae4fa9532df971ec1436fa3c7a9f2922d9bff050a87515323fb001c4d8cc7ac Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 24 Jan 2021 19:48:33 +0000 Subject: [PATCH] - deactivate python2 builds for Leap 15.3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=13 --- python-click-plugins.changes | 5 +++++ python-click-plugins.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-click-plugins.changes b/python-click-plugins.changes index b53a827..d7604d4 100644 --- a/python-click-plugins.changes +++ b/python-click-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 24 19:45:42 UTC 2021 - Sebastian Wagner + +- deactivate python2 builds for Leap 15.3. + ------------------------------------------------------------------- Thu Aug 20 23:38:47 UTC 2020 - John Vandenberg diff --git a/python-click-plugins.spec b/python-click-plugins.spec index c30416e..5da4d2f 100644 --- a/python-click-plugins.spec +++ b/python-click-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-plugins # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} +# tests fail on python2 on Leap 15.3 +%define skip_python2 1 +%endif Name: python-click-plugins Version: 1.1.1 Release: 0