From ceaa2ad815c38d9d1092c422f8872cda3af6cd5b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:41 +0800 Subject: python3-bandit: upgrade 1.7.9 -> 1.7.10 Changelog: ============ - Bump docker/build-push-action from 5.4.0 to 6.0.0 - Suggested small refactors in assignments - Performance improvement in blacklist function - Add test for usage of FTP_TLS - New check: B113: TrojanSource - Bidirectional control characters - Bump docker/build-push-action from 6.0.0 to 6.1.0 - feat(plugins): add support for httpx in B113 - Nit: remove unused variable - Add recent releases to version choice in bug report - Bump docker/build-push-action from 6.1.0 to 6.2.0 - Bump docker/build-push-action from 6.2.0 to 6.3.0 - Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 - Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 - Bump docker/login-action from 3.2.0 to 3.3.0 - Bump docker/build-push-action from 6.3.0 to 6.5.0 - Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 - Bump docker/build-push-action from 6.5.0 to 6.6.1 - Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 - Bump docker/build-push-action from 6.6.1 to 6.7.0 - Use consistent file naming of docs - Pytorch Load / Save Plugin Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-bandit_1.7.10.bb | 19 +++++++++++++++++++ .../recipes-devtools/python/python3-bandit_1.7.9.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.bb new file mode 100644 index 0000000000..8e88d8c7c9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.10.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] = "59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b" + +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.7.9.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.9.bb deleted file mode 100644 index 730bf116ae..0000000000 --- a/meta-python/recipes-devtools/python/python3-bandit_1.7.9.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] = "7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61" - -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