pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-bandit
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 25 10:26:17 UTC 2026
Modified Files:
pkgsrc/security/py-bandit: Makefile distinfo
Log Message:
py-bandit: updated to 1.9.4
1.9.4
* Fix B106 reporting wrong line number on multiline function calls
* Lower version guard in check\_ast\_node to Python 3.12
* Fix B615 false positive when revision is set via variable
* Include filename in nosec 'no failed test' warning
* Fix B613 crash when reading from stdin
* Bump docker/build-push-action from 6.18.0 to 6.19.2
* Bump docker/login-action from 3.6.0 to 3.7.0
* chore: fixed some typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-bandit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-bandit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-bandit/Makefile
diff -u pkgsrc/security/py-bandit/Makefile:1.22 pkgsrc/security/py-bandit/Makefile:1.23
--- pkgsrc/security/py-bandit/Makefile:1.22 Mon Jan 19 08:50:21 2026
+++ pkgsrc/security/py-bandit/Makefile Wed Feb 25 10:26:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/01/19 08:50:21 adam Exp $
+# $NetBSD: Makefile,v 1.23 2026/02/25 10:26:17 adam Exp $
-DISTNAME= bandit-1.9.3
+DISTNAME= bandit-1.9.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bandit/}
Index: pkgsrc/security/py-bandit/distinfo
diff -u pkgsrc/security/py-bandit/distinfo:1.13 pkgsrc/security/py-bandit/distinfo:1.14
--- pkgsrc/security/py-bandit/distinfo:1.13 Mon Jan 19 08:50:21 2026
+++ pkgsrc/security/py-bandit/distinfo Wed Feb 25 10:26:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/01/19 08:50:21 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/02/25 10:26:17 adam Exp $
-BLAKE2s (bandit-1.9.3.tar.gz) = 9f442d40baadac831fd61bd99ba37ed818f4a8c9b44580bd80bd4f84e03d80a9
-SHA512 (bandit-1.9.3.tar.gz) = 4c5844b311953b67bd8fdbd0182c25e5e86317638564969693d5a23aa7fdfaad1c0384db8c269e75dceabb9f304171fc3d0248a8cd54dc4d2219d4814ce669ce
-Size (bandit-1.9.3.tar.gz) = 4242154 bytes
+BLAKE2s (bandit-1.9.4.tar.gz) = 7f97d123ecbfc07fdd920e49e7813683092f161aa891108351799a2e693f36ef
+SHA512 (bandit-1.9.4.tar.gz) = c7708f63800daaace130c08abae4c131f488baef4b81dde9b05959abfef88d1a28667c3abcbe258cf01e234bb4d5352b5c0d7a9e433d8a9ff58149e5bd48c8fa
+Size (bandit-1.9.4.tar.gz) = 4242677 bytes
Home |
Main Index |
Thread Index |
Old Index