forked from pool/python-bandit
Accepting request 718178 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718178 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bandit?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 10:13:14 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.6.2
|
||||
* add test for regression and fix directory exclusion without wildcards (#489)
|
||||
* add namespaces for parent attributes (#492)
|
||||
* Performance fix (#502)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 17:29:13 UTC 2019 - Bryan Stephenson <bstephenson@suse.com>
|
||||
|
||||
|
||||
+12
-12
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# Tests require python-hacking, which isn't compatible with pycodestyle
|
||||
%bcond_without builddocs
|
||||
Name: python-bandit
|
||||
Version: 1.6.0
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Security oriented static analyser for Python code
|
||||
License: Apache-2.0
|
||||
@@ -29,33 +29,33 @@ 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}
|
||||
BuildRequires: %{python_module PyYAML >= 3.10.0}
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module PyYAML >= 3.13}
|
||||
BuildRequires: %{python_module beautifulsoup4 >= 4.6.0}
|
||||
BuildRequires: %{python_module fixtures >= 3.0.0}
|
||||
BuildRequires: %{python_module mock >= 2.0}
|
||||
BuildRequires: %{python_module mock >= 2.0.0}
|
||||
BuildRequires: %{python_module pbr >= 1.8}
|
||||
BuildRequires: %{python_module python-subunit >= 0.0.18}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six >= 1.9.0}
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: %{python_module stestr >= 1.0.0}
|
||||
BuildRequires: %{python_module stevedore >= 1.17.1}
|
||||
BuildRequires: %{python_module stevedore >= 1.20.0}
|
||||
BuildRequires: %{python_module testrepository >= 0.0.18}
|
||||
BuildRequires: %{python_module testscenarios >= 0.4}
|
||||
BuildRequires: %{python_module testtools >= 1.4.0}
|
||||
BuildRequires: %{python_module testtools >= 2.2.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# doc requirements
|
||||
%if %{with builddocs}
|
||||
BuildRequires: %{python_module Sphinx >= 1.2.1}
|
||||
BuildRequires: %{python_module oslosphinx >= 4.7.0}
|
||||
BuildRequires: %{python_module oslotest >= 1.10.0}
|
||||
BuildRequires: %{python_module oslotest >= 3.2.0}
|
||||
BuildRequires: %{python_module reno >= 1.8.0}
|
||||
%endif
|
||||
Requires: python-GitPython >= 1.0.1
|
||||
Requires: python-PyYAML >= 3.10.0
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-PyYAML >= 3.13
|
||||
Requires: python-six >= 1.10.0
|
||||
Requires: python-stestr >= 1.0.0
|
||||
Requires: python-stevedore >= 1.17.1
|
||||
Requires: python-stevedore >= 1.20.0
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e50fb4ed4ee8a98b8329385e48e606fded0999a2cb3e2acb6e7213c962ff0de1
|
||||
size 498578
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065
|
||||
size 498567
|
||||
Reference in New Issue
Block a user