diff --git a/bandit-1.7.5.tar.gz b/bandit-1.7.5.tar.gz deleted file mode 100644 index 5f093cd..0000000 --- a/bandit-1.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e -size 1970878 diff --git a/bandit-1.7.6.tar.gz b/bandit-1.7.6.tar.gz new file mode 100644 index 0000000..2728ff4 --- /dev/null +++ b/bandit-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3 +size 1977532 diff --git a/python-bandit.changes b/python-bandit.changes index 7fb0e33..d01e374 100644 --- a/python-bandit.changes +++ b/python-bandit.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Dec 14 09:15:32 UTC 2023 - Petr Gajdos + +- update to 1.7.6: + * Fixes for sphinx build + * refactor: remove \`importlib-metadata\` fallback + * Fix crash on pyproject.toml without bandit config + * Add official support of Python 3.12 + * Use mirror repository for black pre-commit hook + * fix(plugins/B507): also detect class instances + * Fix for ReadtheDocs build + * Bump actions/checkout from 3 to 4 + * Fix dependabot to update github actions + * Support ignoring blacklists by name + * Update blacklist call documentation + * Avoid gitpyhon CVE-2022-24439 + * django\_rawsql\_used: support keyword arguments used in + \`RawSQL\` + * Simplify \`wrap\_file\_object\` + * Update asserts.py documentation + * Remove support for Python 3.7 due to end-of-life + * Make pre-commit run Bandit hook using a single process + * Switch from open collective to PSF + * Replace pbr in favor of importlib + * Add a copy button to all code snippets in docs + * Add \`random.Random\` to B311 checks + * Update pre-commit hooks + * Update versions of used GitHub Actions + * Skip unnecessary \`pip install\` commands in the + pythonpackage.yml workflow + * Switch to tox 4 + * Adds check for crypt module usage as weak hash + * language and linting updates + * xmlrpclib replaced with xmlrpc in Python3 + * Improper detection of non-requests module + * Remove checks for Python2 urllib + * Render Python 3.10 in drop down correctly + * Update bug report to include version 1.7.5 + ------------------------------------------------------------------- Mon Jul 24 20:22:50 UTC 2023 - Dirk Müller diff --git a/python-bandit.spec b/python-bandit.spec index 00ef392..b90de66 100644 --- a/python-bandit.spec +++ b/python-bandit.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -29,7 +28,7 @@ %define pythons python3 %bcond_without builddocs Name: python-bandit -Version: 1.7.5 +Version: 1.7.6 Release: 0 Summary: Security oriented static analyser for Python code License: Apache-2.0