From da7d4231c13e502d4e918cba7881c1e144cac9d4b85645c9cdcdd4508724271e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 16 Mar 2021 20:11:13 +0000 Subject: [PATCH] - Switch off build for python 3.6. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=17 --- python-yappi.changes | 5 +++++ python-yappi.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-yappi.changes b/python-yappi.changes index 7d2280a..1c95f01 100644 --- a/python-yappi.changes +++ b/python-yappi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 16 20:10:58 UTC 2021 - Matej Cepl + +- Switch off build for python 3.6. + ------------------------------------------------------------------- Mon Nov 9 04:31:31 UTC 2020 - Steve Kowalik diff --git a/python-yappi.spec b/python-yappi.spec index b5a8fe8..9ad8fc4 100644 --- a/python-yappi.spec +++ b/python-yappi.spec @@ -1,7 +1,7 @@ # # spec file for package python-yappi # -# 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 @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-yappi Version: 1.3.0 Release: 0 @@ -35,7 +36,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description