From d9155da165f6299951199c89256973b4b535f1c3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Oct 2024 13:49:06 +0800 Subject: python3-pycryptodome(x): upgrade 3.20.0 -> 3.21.0 (From OE-Core rev: ae519cb2809eb6a995fe2acc052d92a7da438b70) 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 +++++ meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb | 9 +++++++++ 4 files changed, 14 insertions(+), 14 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 delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb 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 6c93c205ac..0000000000 --- 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 0000000000..77664b22a5 --- /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.20.0.bb deleted file mode 100644 index 54578d2850..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit python_setuptools_build_meta - -SRC_URI[sha256sum] = "7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e" - -FILES:${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb new file mode 100644 index 0000000000..e5fb000d9b --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit python_setuptools_build_meta + +SRC_URI[sha256sum] = "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit v1.2.3-54-g00ecf