diff --git a/bandit-1.6.0.tar.gz b/bandit-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a0794d06c02452c2932da0471f04bca9c5f0da76 Binary files /dev/null and b/bandit-1.6.0.tar.gz differ diff --git a/bandit-1.7.0.tar.gz b/bandit-1.7.0.tar.gz deleted file mode 100644 index 5f31711b603a5f9a10dc4ab63f9e71f90ade8c8b..0000000000000000000000000000000000000000 Binary files a/bandit-1.7.0.tar.gz and /dev/null differ diff --git a/python-bandit.spec b/python-bandit.spec index d32fe2c3dc9b95eef7452fc9332d9c34c6830277..89c0ac35d825acf45a3c30bc32dbc2cc880596df 100644 --- a/python-bandit.spec +++ b/python-bandit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bandit -Version: 1.7.0 -Release: 2 +Version: 1.6.0 +Release: 1 Summary: Security oriented static analyser for python code. -License: Apache-2.0 +License: Apache-1.0 URL: https://bandit.readthedocs.io/en/latest/ -Source0: https://files.pythonhosted.org/packages/6c/a1/14b70b67ea9c69e863dd65386bbc948ae34a502512d6f36e2a5a9fd5513b/bandit-1.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b9/d8/5014018b0964bfd630af61ddd353a2d79115dcdf5c053de9c5ffd6d38bf7/bandit-1.6.0.tar.gz BuildArch: noarch @@ -84,6 +84,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 2 2021 renliang - 1.6.0-1 +- Downgrade package adapts to openstack T * Sat Jul 31 2021 huangtianhua - 1.7.0-2 - Adds pbr/pip as buildrequires * Wed Feb 03 2021 liusheng