diff --git a/bandit-1.7.5.tar.gz b/bandit-1.7.5.tar.gz deleted file mode 100644 index 97168ebf772b4809d0f4b5b01a95fbb65d93d044..0000000000000000000000000000000000000000 Binary files a/bandit-1.7.5.tar.gz and /dev/null differ diff --git a/bandit-1.7.9.tar.gz b/bandit-1.7.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..905686f18cfd2c37f80903e9a55466019b74d3a9 Binary files /dev/null and b/bandit-1.7.9.tar.gz differ diff --git a/python-bandit.spec b/python-bandit.spec index 2e0f5c282bbcdc8327b8d6fdc7a950bb1b09b4cd..c0f6b009d1e089b214bd651cd24014b34baf91b4 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.5 +Version: 1.7.9 Release: 1 Summary: Security oriented static analyser for python code. License: Apache-2.0 URL: https://github.com/PyCQA/bandit -Source0: https://files.pythonhosted.org/packages/source/b/bandit/bandit-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/a4/ee391b0f046a6d8919eef246aed7c39849e299cc2e50d918b54add397de6/bandit-1.7.9.tar.gz BuildArch: noarch @@ -69,6 +69,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 29 2024 Hann - 1.7.9-1 +- Upgrade package to version 1.7.9 +- Fix crash on pyproject.toml without bandit config +- Fix up issues found running Bandit on itself + * Tue Apr 11 2023 wangkai <13474090681@163.com> - 1.7.5-1 - Upgrade package to version 1.7.5