Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2026 05:31:06 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fcf16bb7b443 - main - devel/py-bandit: update 1.7.10=?utf-8?Q? =E2=86=92 1.9?=.4
Message-ID:  <6a2b999a.42ce2.24848690@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fcf16bb7b443661b40bef90e6cfb099c65506371

commit fcf16bb7b443661b40bef90e6cfb099c65506371
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-12 03:15:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-12 05:26:35 +0000

    devel/py-bandit: update 1.7.10 → 1.9.4
---
 devel/py-bandit/Makefile | 13 +++++++++----
 devel/py-bandit/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/devel/py-bandit/Makefile b/devel/py-bandit/Makefile
index d3533f5e00b4..9699066992a2 100644
--- a/devel/py-bandit/Makefile
+++ b/devel/py-bandit/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	bandit
-DISTVERSION=	1.7.10
-PORTREVISION=	1
+DISTVERSION=	1.9.4
 CATEGORIES=	devel security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,9 @@ WWW=		https://github.com/PyCQA/bandit
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gitpython>=3.1.30:devel/py-gitpython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
@@ -29,7 +30,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8.0:www/py-beautifulsoup@$
 		${PY_TOMLI}
 
 USES=		python
-USE_PYTHON=	autoplist distutils pytest # 1 test fails, see https://github.com/PyCQA/bandit/issues/1083
+USE_PYTHON=	autoplist pep517 pytest # 1 test fails, see https://github.com/PyCQA/bandit/issues/1083
+
+PYTEST_ARGS=	tests -p no:ruff -p no:black -p no:flake8 -p no:flakes -p no:checkdocs -p no:pretty -p no:benchmark -p no:xdist
 
 NO_ARCH=	yes
 
@@ -38,4 +41,6 @@ TEST_ENV=	${MAKE_ENV} \
 		PATH=${STAGEDIR}${PREFIX}/bin:${PATH} \
 		PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
+# tests as of 1.9.4: 274 passed, 5 warnings in 7.30s
+
 .include <bsd.port.mk>
diff --git a/devel/py-bandit/distinfo b/devel/py-bandit/distinfo
index 82fee6cf728e..413abd0e11d3 100644
--- a/devel/py-bandit/distinfo
+++ b/devel/py-bandit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728531392
-SHA256 (bandit-1.7.10.tar.gz) = 59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b
-SIZE (bandit-1.7.10.tar.gz) = 4228540
+TIMESTAMP = 1781225999
+SHA256 (bandit-1.9.4.tar.gz) = b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628
+SIZE (bandit-1.9.4.tar.gz) = 4242677


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b999a.42ce2.24848690>