]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pycryptodome: update to 3.12.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 7 Dec 2021 13:06:53 +0000 (14:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Dec 2021 20:18:48 +0000 (20:18 +0000)
License-Update: dropped a patents clarification
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pycryptodome.inc
meta/recipes-devtools/python/python3-pycryptodome_3.11.0.bb [deleted file]
meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb [new file with mode: 0644]
meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb [moved from meta/recipes-devtools/python/python3-pycryptodomex_3.11.0.bb with 69% similarity]

index 3f4c6e9fca23544385ec87b201f0b8e343b47d11..071af557ea30b36fb5c825bf767a630ae38e377c 100644 (file)
@@ -3,10 +3,12 @@ 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=accfa6aeaceb3ba96676edf18e78302c"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
 
 inherit pypi
 
+PYPI_PACKAGE_EXT = "zip"
+
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-io \
     ${PYTHON_PN}-math \
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.11.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.11.0.bb
deleted file mode 100644 (file)
index b0e3717..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-pycryptodome.inc
-inherit setuptools3
-
-SRC_URI[sha256sum] = "428096bbf7a77e207f418dfd4d7c284df8ade81d2dc80f010e92753a3e406ad0"
-
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb
new file mode 100644 (file)
index 0000000..a732441
--- /dev/null
@@ -0,0 +1,5 @@
+require python-pycryptodome.inc
+inherit setuptools3
+
+SRC_URI[sha256sum] = "12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1"
+
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.11.0.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb
index f1132c21ac9dc3723da5d40156ebd958d29259e0..5f88419ce47e4f02a73361a0a4756d51b4eea4e1 100644 (file)
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "0398366656bb55ebdb1d1d493a7175fc48ade449283086db254ac44c7d318d6d"
+SRC_URI[sha256sum] = "922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \