From 17ea9d898f239ba3d28f4a64eeafc4424a3ff222377115a443cd593f50512fbb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 10:21:24 +0000 Subject: [PATCH] - cli tool, don't build with multiple python versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=14 --- python-bandit.changes | 5 +++++ python-bandit.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-bandit.changes b/python-bandit.changes index 798fd38..af847ea 100644 --- a/python-bandit.changes +++ b/python-bandit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 13 10:21:09 UTC 2021 - Dirk Müller + +- cli tool, don't build with multiple python versions + ------------------------------------------------------------------- Thu Jun 4 16:15:56 UTC 2020 - Dirk Mueller diff --git a/python-bandit.spec b/python-bandit.spec index 8e95662..2e9a81a 100644 --- a/python-bandit.spec +++ b/python-bandit.spec @@ -1,7 +1,7 @@ # # spec file for package python-bandit # -# 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 @@ -19,8 +19,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Tests require python-hacking, which isn't compatible with pycodestyle %bcond_without builddocs -# dependencies are no longer py2 compatible -%define skip_python2 1 +# CLI tool, no module +%define pythons python3 Name: python-bandit Version: 1.6.2 Release: 0