diff --git a/bandit-1.9.1.tar.gz b/bandit-1.9.2.tar.gz similarity index 52% rename from bandit-1.9.1.tar.gz rename to bandit-1.9.2.tar.gz index c0c7645fc5f4b57800b61246213a7fa9b853196b..98134f6dd5fd1beb542da47f3bd75359c0da5228 100644 Binary files a/bandit-1.9.1.tar.gz and b/bandit-1.9.2.tar.gz differ diff --git a/python-bandit.spec b/python-bandit.spec index e39109e6df2389fc773150ae1b46b3d856d7a421..25e9d9c08b777338d06a30ab256263b2f460dad2 100644 --- a/python-bandit.spec +++ b/python-bandit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bandit -Version: 1.9.1 +Version: 1.9.2 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/80/d5/82fc87a82ad9536215c1b5693bbb675439f6f2d0c2fca74b2df2cb9db925/bandit-1.9.1.tar.gz +Source0: https://files.pythonhosted.org/packages/cf/72/f704a97aac430aeb704fa16435dfa24fbeaf087d46724d0965eb1f756a2c/bandit-1.9.2.tar.gz BuildArch: noarch @@ -69,6 +69,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 24 2025 wanggang - 1.9.2-1 +- Update package to version 1.9.2 +- Argparse Python 3.14 enhancements +- Check whether Constant value is str + * Tue Nov 18 2025 wanggang - 1.9.1-1 - Update package to version 1.9.1 - Bump sigstore/cosign-installer from 3.9.1 to 3.9.2