Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/
Date: Sun, 27 Feb 2022 09:18:17
Message-Id: 1645953489.2d76e42fdbd92113c79b9436b0bc3b6087718612.mgorny@gentoo
1 commit: 2d76e42fdbd92113c79b9436b0bc3b6087718612
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 08:56:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 09:18:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d76e42f
7
8 dev-python/bandit: Mark ALLARCHES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bandit/metadata.xml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/bandit/metadata.xml b/dev-python/bandit/metadata.xml
16 index 5504bd16ff30..87ea544cd31c 100644
17 --- a/dev-python/bandit/metadata.xml
18 +++ b/dev-python/bandit/metadata.xml
19 @@ -8,6 +8,7 @@
20 <longdescription lang="en">
21 Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.
22 </longdescription>
23 + <stabilize-allarches/>
24 <upstream>
25 <remote-id type="pypi">bandit</remote-id>
26 <remote-id type="github">PyCQA/bandit</remote-id>