Hello community, here is the log from the commit of package python-bandit for openSUSE:Factory checked in at 2019-11-15 00:32:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bandit (Old) and /work/SRC/openSUSE:Factory/.python-bandit.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bandit" Fri Nov 15 00:32:55 2019 rev:5 rq:748705 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bandit/python-bandit.changes 2019-07-24 20:36:42.210566395 +0200 +++ /work/SRC/openSUSE:Factory/.python-bandit.new.26869/python-bandit.changes 2019-11-15 00:32:56.199722285 +0100 @@ -1,0 +2,5 @@ +Thu Nov 14 15:05:01 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip out python2 build as the dependencies are unresolvable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bandit.spec ++++++ --- /var/tmp/diff_new_pack.nsl33K/_old 2019-11-15 00:32:56.683722249 +0100 +++ /var/tmp/diff_new_pack.nsl33K/_new 2019-11-15 00:32:56.683722249 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-bandit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %{?!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 Name: python-bandit Version: 1.6.2 Release: 0 Summary: Security oriented static analyser for Python code License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/PyCQA/bandit +URL: https://github.com/PyCQA/bandit Source: https://files.pythonhosted.org/packages/source/b/bandit/bandit-%{version}.tar.gz Patch0: remove-non-test-deps.patch BuildRequires: %{python_module GitPython >= 1.0.1}
