commit:     38aab629f1a95fc4355a6c44508702e3d15539a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 02:37:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul  7 02:37:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aab629

dev-python/bandit: Bump to 1.8.6

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bandit/Manifest            |  1 +
 dev-python/bandit/bandit-1.8.6.ebuild | 41 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index e7dc3615f0c8..f5dfc17736fa 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -1 +1,2 @@
 DIST bandit-1.8.5.tar.gz 4237566 BLAKE2B 
6ae1647ec3dd1a54f04e0f8140bf408b034bf7f5ddc32615a4df8611d53219f6623c1bc65a8f242fbdced67b17f215e9e5de028b63d77f3839909bcb8fd01aa9
 SHA512 
04f6c6362b54973b9b0b8958331dec60ee22544e7a297230575f31db7cbacd5bcfaa56330cb7eff954f666384a0eaff67244485672739c3db76d9a18e5a106b7
+DIST bandit-1.8.6.tar.gz 4240271 BLAKE2B 
b1e9c919b2cb4fb7a732aaa52c35b50e51deb5cc233e884776fe52dec4928d67b2d9c29fecf0d39c1c269430b8c989dbc1f7d8f3dcfa94cac033353a5313067e
 SHA512 
764b5bcd584b35bf36b277ede2cbf276487f99aa2881dd350db56539b968bd03ef2b3121afae075c0be24a8295cc29767e0dfe523923c2fbbb0d093f49658abb

diff --git a/dev-python/bandit/bandit-1.8.6.ebuild 
b/dev-python/bandit/bandit-1.8.6.ebuild
new file mode 100644
index 000000000000..343225d6d0ec
--- /dev/null
+++ b/dev-python/bandit/bandit-1.8.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A security linter from OpenStack Security"
+HOMEPAGE="
+       https://github.com/PyCQA/bandit/
+       https://pypi.org/project/bandit/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+       >=dev-python/gitpython-3.1.30[${PYTHON_USEDEP}]
+       >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+       dev-python/rich[${PYTHON_USEDEP}]
+       >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+       test? (
+               >=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}]
+               >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+               >=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
+               >=dev-python/pylint-1.9.4[${PYTHON_USEDEP}]
+               >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
+               >=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
+               >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests unittest

Reply via email to