diff mbox series

[17/26] python3-pycryptodome(x): upgrade 3.20.0 -> 3.21.0

Message ID 1728452955-25051-17-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/26] bash: upgrade 5.2.32 -> 5.2.37 | expand

Commit Message

Wang Mingyu Oct. 9, 2024, 5:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 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 mbox series

Patch

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.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 54578d2850..e5fb000d9b 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/ \