commit:     7ad171c5a1a608ef7f9a5b9832889ec647639b47
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 04:26:04 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 04:26:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad171c5

dev-python/bandit: Bump to 1.8.2

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

 dev-python/bandit/Manifest            |  1 +
 dev-python/bandit/bandit-1.8.2.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index 025ddaf7983c..1af0b02ee66b 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -1 +1,2 @@
 DIST bandit-1.8.0.tar.gz 4228600 BLAKE2B 
136357ae96a4eca96c1e49a603727b8c160dc79b8fc98ab12ae927e2f613308c51fb11250145e091ff0fae022957eb0fd1eff93f1836fe02a22930e8eadbe600
 SHA512 
c2a6056a7c9cd17f58da34b978d69161da4873a485a44f1fca2824e79f3b18283e0691c3a632a766a9377a2bca4a2e926d13b7b7656fdc3c5362468e78b18e36
+DIST bandit-1.8.2.tar.gz 4228832 BLAKE2B 
71539701adee94e12c168aed5ec51a5772e6e7f91440e41e51a998ac1665a42a5a4d7e9b155f4411e3723efd7a46a44283c0f58569c78c3c090faf26561eb902
 SHA512 
b4202d208cc05186e80a36c704156827400c79510a9e1ac640b3bdb9926dd57f772e635755ed399b892f559171f5340207f8ea1af92ee2374d7a27c1234e2e70

diff --git a/dev-python/bandit/bandit-1.8.2.ebuild 
b/dev-python/bandit/bandit-1.8.2.ebuild
new file mode 100644
index 000000000000..206df6bf30b1
--- /dev/null
+++ b/dev-python/bandit/bandit-1.8.2.ebuild
@@ -0,0 +1,44 @@
+# 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_{10..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}]
+               $(python_gen_cond_dep '
+                       >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+               ' 3.10)
+       )
+"
+
+distutils_enable_tests unittest

Reply via email to