summaryrefslogtreecommitdiff
path: root/dev-python/bandit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
commit43793fab84041cfc5c60c0151d1591b8a69fb24a (patch)
tree6208a7f4fc744684fce0f55acbb47511acace498 /dev-python/bandit
parent28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff)
gentoo resync : 25.08.2018
Diffstat (limited to 'dev-python/bandit')
-rw-r--r--dev-python/bandit/Manifest2
-rw-r--r--dev-python/bandit/bandit-1.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index c82ac5b7a1f3..6c29fa1ae7b5 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -9,5 +9,5 @@ EBUILD bandit-1.0.1.ebuild 1536 BLAKE2B 6486444ad876937d2fccab5947939c2b21db0591
EBUILD bandit-1.1.0.ebuild 1583 BLAKE2B e7e8fdf90154c4b473f5830872456e439fa019b0c846504729d01f245b51d7d85f205c0b70d6db717ac7b5e6d4da2b18db7df5c0b6b7598c29de689231b9d2b0 SHA512 db641a424ea1731abc76abcf6b57a2446b10b5bd1c5605f6dcae44ed8f015a3831a6e7286b56527243799ec5b037b27f3539449d97fa2d2335dd0a3b77bd166b
EBUILD bandit-1.2.0.ebuild 1489 BLAKE2B 03c9ec24acc652ac3e4b5a828be0ce7b209c89d81e4d5f0849bcd070481d50a8942c8de74b08c72032e1df9966fa20ce65168ce468ba772cee96b1c3dcf7ab56 SHA512 a2c5de842d3cbda61c043750f404f906c6dbfc72d569bbec56ad689d9423cff6cc90e157e5deb6590481ecc26bbb8ea20034a685fd54355f64d0cd3c910ac4c3
EBUILD bandit-1.3.0.ebuild 1535 BLAKE2B dacf827363aaeee34048e2762575bbb1e110191aa172d14daea5a0e13f57b957bca4da5274a73de77ba57ba244b1de9f44d30585705edf745a72ccb5d5c4e336 SHA512 989ad9434bd25a0b885afe08a4df0cbb9ba9ef4b54b14d4ce19709866f1a1cda7451295a02fb9b5214eea4d9f0656b07b1394307b7487a0827623a0f8774eeb3
-EBUILD bandit-1.4.0.ebuild 1539 BLAKE2B b404c6759243ad88b6ef315ba8b9ede1a0bb8384e6a193da18733a8c53f382e4e9f1404cf7c73d4f3c523f96d4d7d80186174b3f8919ca2a6ae98f1064e92984 SHA512 5690281069a2f1a74f8d675782bee0c13b37bd3a8d9b9c7230490c01b1d6f598d050c850247d5a34ddd4c531b1e48747ca0a7fc4798f1d773ef404e66e411ef4
+EBUILD bandit-1.4.0.ebuild 1545 BLAKE2B bb5a031af8813fc4f4af629eb700e15849bf6e789d56eb3d3e5dd7f2dd6ef114a82ab74206a53c3c4cb3da6841f93cbf46c1bbed26e917862a5e65287234543a SHA512 971880b0951b4cd7445da8f79a629a16faaf0edaf103b230b0c02fc3b31c8b869c7d09c32734735863420928743e91aefc7cbcba277b49aa2cd408eebc349755
MISC metadata.xml 437 BLAKE2B e9d2b3bbc3f4795ca95af1113008d33a635efed8ab7b6da63fc1b73f426b37b7fda1dfba1f0737e8dc116447b873515d37c628d00876f480fc654a78eef9c2ef SHA512 3e34e842afdbdf7c90b6a9ed8f11d4b4955c03f7f3b3a9cde02b2fa33bcba39a00556e62c5c29b721e3d25d33de8396b5dd9737037f9000b1fc3e707ab9fd9bd
diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild
index e21a23deb921..a15457cb08fd 100644
--- a/dev-python/bandit/bandit-1.4.0.ebuild
+++ b/dev-python/bandit/bandit-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~s390 x86"
IUSE="test"
CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"