From ae519cb2809eb6a995fe2acc052d92a7da438b70 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Oct 2024 13:49:06 +0800 Subject: [PATCH] python3-pycryptodome(x): upgrade 3.20.0 -> 3.21.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb | 5 +++++ ...cryptodomex_3.20.0.bb => python3-pycryptodomex_3.21.0.bb} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb rename meta/recipes-devtools/python/{python3-pycryptodomex_3.20.0.bb => python3-pycryptodomex_3.21.0.bb} (71%) diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb deleted file mode 100644 index 6c93c205ac8..00000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb new file mode 100644 index 00000000000..77664b22a55 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297" + diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb similarity index 71% rename from meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb rename to meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb index 54578d28509..e5fb000d9b9 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb @@ -1,7 +1,7 @@ require python-pycryptodome.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e" +SRC_URI[sha256sum] = "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" FILES:${PN}-tests = " \ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ -- 2.47.3