diff --git a/bandit-1.7.9.tar.gz b/bandit-1.7.10.tar.gz similarity index 51% rename from bandit-1.7.9.tar.gz rename to bandit-1.7.10.tar.gz index 905686f18cfd2c37f80903e9a55466019b74d3a9..81895900c70585c74806a65d2175f2bb0e002fb9 100644 Binary files a/bandit-1.7.9.tar.gz and b/bandit-1.7.10.tar.gz differ diff --git a/python-bandit.spec b/python-bandit.spec index c0f6b009d1e089b214bd651cd24014b34baf91b4..b8c9f81586b8571606f4166e5c59dc49ef356b58 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.9 +Version: 1.7.10 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/1c/a4/ee391b0f046a6d8919eef246aed7c39849e299cc2e50d918b54add397de6/bandit-1.7.9.tar.gz +Source0: https://files.pythonhosted.org/packages/38/26/bdd962d6ee781f6229c3fb83483cf9e09d87959150a9000789806d750f3c/bandit-1.7.10.tar.gz BuildArch: noarch @@ -69,6 +69,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 08 2024 lixiaoyong - 1.7.10-1 +- Upgrade package to version 1.7.10 + - Bump docker/build-push-action from 5.4.0 to 6.0.0 by @dependabot in #1147 + - Suggested small refactors in assignments by @ericwb in #1150 + - Performance improvement in blacklist function by @ericwb in #1148 + - Add test for usage of FTP_TLS by @ericwb in #1149 + - New check: B113: TrojanSource - Bidirectional control characters by @Lucas-C in #757 + * Mon Jul 29 2024 Hann - 1.7.9-1 - Upgrade package to version 1.7.9 - Fix crash on pyproject.toml without bandit config