public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/
Date: Fri, 12 Nov 2021 19:50:07 +0000 (UTC)	[thread overview]
Message-ID: <1636746599.2ed80a7f342c962ec617d805e04c19e259fc9a8e.arthurzam@gentoo> (raw)

commit:     2ed80a7f342c962ec617d805e04c19e259fc9a8e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 19:46:10 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 19:49:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed80a7f

dev-python/bandit: add 1.7.1

Closes: https://bugs.gentoo.org/812296
Closes: https://bugs.gentoo.org/786645
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index 53d4c6bd118..96c5a71f534 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -1 +1,2 @@
 DIST bandit-1.7.0.tar.gz 506225 BLAKE2B 6e2383576b2091ab98757381bfd5915331fc7b08a251e817a6964d963de60b070f7c4dc7958dd366cf95333f4abc157e80433490ab8b923580cb45d855c13092 SHA512 c51af7ab4c667c376a11f142fa35881a776d420bd3ef41421bd29a713e0b56bbf1622e24cd878e24f57594f03d06b7c2b8258fcf34f57e3a68df4200a34becdc
+DIST bandit-1.7.1.tar.gz 503072 BLAKE2B 1e88b662d8dda0d5c1a1fd7ee2eaa1787b8c4952acefb60c347aa98b3534d9ba212229b050dcf717169fb39132ef77d2d92af834392a0bcaa0b9fbc7d2a4804c SHA512 6543bb0f69339a8d970cf0dd1bcec1392057c5c7fbf229fa4f4e6c9d21a39206f1f3fa17509ca2038cd1671d4b57316f92ee053c1beab102e8d20096d10b685d

diff --git a/dev-python/bandit/bandit-1.7.1.ebuild b/dev-python/bandit/bandit-1.7.1.ebuild
new file mode 100644
index 00000000000..5f92de9a396
--- /dev/null
+++ b/dev-python/bandit/bandit-1.7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="A security linter from OpenStack Security"
+HOMEPAGE="https://github.com/PyCQA/bandit"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+	>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+	test? (
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+		>=dev-python/hacking-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
+		>=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
+		>=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}]
+		>=dev-python/pylint-1.9.4[${PYTHON_USEDEP}]
+		dev-python/stestr[${PYTHON_USEDEP}]
+		dev-python/toml[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	distutils_install_for_testing
+	"${EPYTHON}" -m stestr init || die
+	"${EPYTHON}" -m stestr run -v || die "Tests failes with ${EPYTHON}"
+}


             reply	other threads:[~2021-11-12 19:50 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 19:50 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/ Michał Górny
2025-02-01 12:17 Arthur Zamarin
2025-01-13  4:37 Michał Górny
2025-01-10 11:19 Michał Górny
2025-01-10 11:19 Michał Górny
2024-12-14 12:37 Sam James
2024-11-27  5:47 Michał Górny
2024-10-12  6:33 Sam James
2024-09-24  6:41 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29  8:25 Sam James
2024-06-13  4:05 Michał Górny
2024-05-22  8:03 Michał Górny
2024-03-23 10:45 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-09  7:18 Michał Górny
2024-02-08 15:37 Michał Górny
2024-02-08 15:28 Michał Górny
2024-01-24  7:01 Michał Górny
2023-12-24  5:59 Michał Górny
2023-12-09  6:53 Michał Górny
2023-11-08 11:57 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:32 Arthur Zamarin
2023-03-10  9:00 Sam James
2023-03-10  4:16 Michał Górny
2022-11-12 11:59 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-04-25 17:17 Sam James
2022-03-31 12:42 Michał Górny
2022-03-31 12:33 Jakov Smolić
2022-03-09 20:06 Arthur Zamarin
2022-02-28  8:28 Michał Górny
2022-02-27 18:35 Michał Górny
2022-02-27  9:18 Michał Górny
2022-02-24 18:46 Michał Górny
2022-01-28 23:01 Michał Górny
2022-01-26  7:33 Michał Górny
2021-12-17  9:15 Michał Górny
2021-12-14  7:14 Michał Górny
2021-12-13 20:29 Jakov Smolić
2021-12-13 18:58 Arthur Zamarin
2021-12-13 18:50 Jakov Smolić
2021-11-12 19:50 Arthur Zamarin
2021-10-17  7:33 Michał Górny
2021-06-01  6:59 Agostino Sarubbo
2021-06-01  6:32 Agostino Sarubbo
2021-04-29  1:51 William Hubbs
2020-11-18 10:28 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-11-14  0:09 Thomas Deutschmann
2020-10-28  5:38 Matthew Thode
2020-10-16  2:04 Matthew Thode
2020-02-24 16:52 Matthew Thode
2020-01-26 23:10 Matthew Thode
2020-01-26 21:46 Matthew Thode
2019-12-02 21:13 Aaron Bauman
2019-01-28  0:25 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-08-20  7:04 Mikle Kolyada
2018-02-13 15:57 Mart Raudsepp
2018-02-13 13:59 Mart Raudsepp
2017-03-13  1:30 Zac Medico
2017-02-09 12:10 Matt Thode
2017-01-12 18:02 Matt Thode
2016-12-03  4:17 Matt Thode
2016-11-16 15:38 Matt Thode
2016-04-05 22:39 Matt Thode
2016-04-05 14:48 Matt Thode
2016-01-28  5:30 Matt Thode
2016-01-27  4:23 Matt Thode
2015-12-17 18:40 Matt Thode
2015-11-10  8:24 Agostino Sarubbo
2015-11-10  8:19 Agostino Sarubbo
2015-10-14 22:47 Matt Thode
2015-10-12 22:32 Matt Thode
2015-10-12 16:33 Matt Thode
2015-10-08 21:45 Matt Thode
2015-08-25 23:47 Matt Thode
2015-08-14 20:20 Matt Thode
2015-08-12 22:47 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636746599.2ed80a7f342c962ec617d805e04c19e259fc9a8e.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox