diff --git a/bandit-1.7.10.tar.gz b/bandit-1.8.3.tar.gz similarity index 51% rename from bandit-1.7.10.tar.gz rename to bandit-1.8.3.tar.gz index 81895900c70585c74806a65d2175f2bb0e002fb9..96e94a8d010829ecfb3b6bf671c86f711907fe9a 100644 Binary files a/bandit-1.7.10.tar.gz and b/bandit-1.8.3.tar.gz differ diff --git a/python-bandit.spec b/python-bandit.spec index b8c9f81586b8571606f4166e5c59dc49ef356b58..5779caf2ce24cb5de4cdbc1c1fc8c7fb070fd620 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.10 +Version: 1.8.3 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/38/26/bdd962d6ee781f6229c3fb83483cf9e09d87959150a9000789806d750f3c/bandit-1.7.10.tar.gz +Source0: https://files.pythonhosted.org/packages/1a/a5/144a45f8e67df9d66c3bc3f7e69a39537db8bff1189ab7cff4e9459215da/bandit-1.8.3.tar.gz BuildArch: noarch @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 12 2025 shichao - 1.8.3-1 +- Upgrade package to version 1.8.3 + * 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