diff mbox series

[meta-python] python3-bandit: upgrade 1.7.5 -> 1.7.6

Message ID 1702543578-27508-1-git-send-email-wangmy@fujitsu.com
State Superseded
Headers show
Series [meta-python] python3-bandit: upgrade 1.7.5 -> 1.7.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 14, 2023, 8:46 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/PyCQA/bandit/releases/tag/1.7.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-bandit_1.7.5.bb => python3-bandit_1.7.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bandit_1.7.5.bb => python3-bandit_1.7.6.bb} (84%)

Comments

Khem Raj Dec. 14, 2023, 5:53 p.m. UTC | #1
duplicate of https://patchwork.yoctoproject.org/project/oe/patch/20231214051656.1206600-1-derek@asterius.io/

On Thu, Dec 14, 2023 at 12:47 AM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
>  https://github.com/PyCQA/bandit/releases/tag/1.7.6
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../python/{python3-bandit_1.7.5.bb => python3-bandit_1.7.6.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-bandit_1.7.5.bb => python3-bandit_1.7.6.bb} (84%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
> similarity index 84%
> rename from meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
> rename to meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
> index ede7f92e8..3cf927e10 100644
> --- a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code."
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
>
> -SRC_URI[sha256sum] = "bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"
> +SRC_URI[sha256sum] = "72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3"
>
>  DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107425): https://lists.openembedded.org/g/openembedded-devel/message/107425
> Mute This Topic: https://lists.openembedded.org/mt/103166762/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
index ede7f92e8..3cf927e10 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.6.bb
@@ -2,7 +2,7 @@  SUMMARY = "Security oriented static analyser for python code."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"
+SRC_URI[sha256sum] = "72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3"
 
 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"