From 7278fbe059769b949876988a9c05a073b7432d03 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Jun 2025 16:45:17 +0800 Subject: [PATCH] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb deleted file mode 100644 index c65b2a71fcb..00000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb new file mode 100644 index 00000000000..2528162ff8a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" + -- 2.47.3