From d20dff364df10325e48e41e2bc7857159a189dec Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 27 Feb 2026 17:43:41 +0200 Subject: python3-bandit: Upgrade 1.9.3 -> 1.9.4 Upgrade to release 1.9.4: - chore: fixed some typos in comments - Fix B613 crash when reading from stdin - Include filename in nosec 'no failed test' warning - Fix B615 false positive when revision is set via variable - Lower version guard in check_ast_node to Python 3.12 - Fix B106 reporting wrong line number on multiline function calls Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-bandit_1.9.3.bb | 19 ------------------- .../recipes-devtools/python/python3-bandit_1.9.4.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb deleted file mode 100644 index 18387a6e74..0000000000 --- a/meta-python/recipes-devtools/python/python3-bandit_1.9.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Security oriented static analyser for python code." -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -SRC_URI[sha256sum] = "ade4b9b7786f89ef6fc7344a52b34558caec5da74cb90373aed01de88472f774" - -DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" - -inherit setuptools3 pypi - -RDEPENDS:${PN} += "\ - python3-git \ - python3-modules \ - python3-pbr \ - python3-pyyaml \ - python3-rich \ - python3-six \ - python3-stevedore \ - " diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb new file mode 100644 index 0000000000..d8e6f9da87 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bandit_1.9.4.bb @@ -0,0 +1,19 @@ +SUMMARY = "Security oriented static analyser for python code." +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRC_URI[sha256sum] = "b589e5de2afe70bd4d53fa0c1da6199f4085af666fde00e8a034f152a52cd628" + +DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" + +inherit setuptools3 pypi + +RDEPENDS:${PN} += "\ + python3-git \ + python3-modules \ + python3-pbr \ + python3-pyyaml \ + python3-rich \ + python3-six \ + python3-stevedore \ + " -- cgit v1.2.3-54-g00ecf