]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pycryptodome/pycryptodomex: upgrade 3.9.9 -> 3.10.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2021 21:56:12 +0000 (21:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:31:25 +0000 (22:31 +0000)
The license file dropped the APL-2 pieces but this wasn't in LICENSE
in the first place, no code seemed to refer to it so no change was
needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pycryptodome.inc
meta/recipes-devtools/python/python3-pycryptodome_3.10.1.bb [new file with mode: 0644]
meta/recipes-devtools/python/python3-pycryptodome_3.9.9.bb [deleted file]
meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb [moved from meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb with 69% similarity]

index 68b084eb04fa2062592d9473ddc6e9daea894dd0..48481bcf9a976f87349e0ba2ff6bd3dad55d02f3 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\
  cryptographic primitives."
 HOMEPAGE = "http://www.pycryptodome.org"
 LICENSE = "PD & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=6dc0e2a13d2f25d6f123c434b761faba"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c"
 
 inherit pypi
 
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.10.1.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.10.1.bb
new file mode 100644 (file)
index 0000000..28448b8
--- /dev/null
@@ -0,0 +1,5 @@
+require python-pycryptodome.inc
+inherit setuptools3
+
+SRC_URI[sha256sum] = "3e2e3a06580c5f190df843cdb90ea28d61099cf4924334d5297a995de68e4673"
+
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.9.9.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.9.9.bb
deleted file mode 100644 (file)
index 1e84ce4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-pycryptodome.inc
-inherit setuptools3
-
-SRC_URI[sha256sum] = "910e202a557e1131b1c1b3f17a63914d57aac55cf9fb9b51644962841c3995c4"
-
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb
index abff71efdd213bb0c89436aa54d961d18c7749b7..a6b3b3e935d5c42958c10631a349cd6b6a8d968f 100644 (file)
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "7b5b7c5896f8172ea0beb283f7f9428e0ab88ec248ce0a5b8c98d73e26267d51"
+SRC_URI[sha256sum] = "541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62"
 
 FILES_${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \