commit:     eb1e3abffd68ffe32e4b22633d56e4615b96d1dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 04:53:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 05:47:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1e3abf

dev-python/bandit: Bump to 1.8.0

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

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

diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index fe91158dc8fe..dc861eadf068 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -1 +1,2 @@
 DIST bandit-1.7.10.tar.gz 4228540 BLAKE2B 
ca1fdbd5061a635520500cb583b739d19335920eeb89661c7ddf2a2c3a97d3c55c2ce7797be984dd1dba2613a38d6b2e0bbcfde655f9d4ed76582ce831e4b42e
 SHA512 
c9c5d098186a23f856f4bdecdebfe863f7ddce8627608b80c62a537416d2aa91666a95c304f5cdde43ff1a41e1f6a58b30dce1042159a1ea74b8b5c9a8ee381a
+DIST bandit-1.8.0.tar.gz 4228600 BLAKE2B 
136357ae96a4eca96c1e49a603727b8c160dc79b8fc98ab12ae927e2f613308c51fb11250145e091ff0fae022957eb0fd1eff93f1836fe02a22930e8eadbe600
 SHA512 
c2a6056a7c9cd17f58da34b978d69161da4873a485a44f1fca2824e79f3b18283e0691c3a632a766a9377a2bca4a2e926d13b7b7656fdc3c5362468e78b18e36

diff --git a/dev-python/bandit/bandit-1.8.0.ebuild 
b/dev-python/bandit/bandit-1.8.0.ebuild
new file mode 100644
index 000000000000..44613203b2e6
--- /dev/null
+++ b/dev-python/bandit/bandit-1.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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