From b519b393268ef7fbf11f381cde6c6f7d5e44bde95153c422688c0ca73c64e039 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 25 Aug 2021 05:36:55 +0000 Subject: [PATCH] - Do not build for Python 3.6 or 3.9 due to python-python-gvm. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=8 --- python-gvm-tools.changes | 5 +++++ python-gvm-tools.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index 90ed41b..0a3216e 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 25 05:36:04 UTC 2021 - Steve Kowalik + +- Do not build for Python 3.6 or 3.9 due to python-python-gvm. + ------------------------------------------------------------------- Mon Oct 26 23:17:55 UTC 2020 - Benjamin Greiner diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index 5254e61..06e162b 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -1,7 +1,7 @@ # # spec file for package python-gvm-tools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,6 +19,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 +%define skip_python39 1 Name: python-gvm-tools Version: 20.10.1 Release: 0