From 3b9110e89343f0c64e70141d78e6419a0f9d02cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Jun 2025 16:45:18 +0800 Subject: python3-pycryptodomex: upgrade 3.22.0 -> 3.23.0 (From OE-Core rev: c5e94ebb197c59e7865516f0e591ddd7a60ab3bb) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb deleted file mode 100644 index 5cc37d81c2..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d" - -FILES:${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb new file mode 100644 index 0000000000..43dba3faa3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit v1.2.3-54-g00ecf