]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pycryptodome: update 3.12.0 -> 3.14.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 2 Feb 2022 18:27:35 +0000 (19:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2022 09:01:58 +0000 (09:01 +0000)
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.12.0.bb [deleted file]
meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb [new file with mode: 0644]
meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb [moved from meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb with 69% similarity]

index 071af557ea30b36fb5c825bf767a630ae38e377c..29fe80d2244d77b217fb089dca3d963201d10502 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
 
 inherit pypi
 
-PYPI_PACKAGE_EXT = "zip"
+PYPI_PACKAGE_EXT = "tar.gz"
 
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-io \
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb
deleted file mode 100644 (file)
index a732441..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-pycryptodome.inc
-inherit setuptools3
-
-SRC_URI[sha256sum] = "12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1"
-
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb
new file mode 100644 (file)
index 0000000..fb2f8d5
--- /dev/null
@@ -0,0 +1,5 @@
+require python-pycryptodome.inc
+inherit setuptools3
+
+SRC_URI[sha256sum] = "ceea92a4b8ba6c50d8d70f2efbb4ea14b002dac4160ce4dda33f1b7442f8158a"
+
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb
index 5f88419ce47e4f02a73361a0a4756d51b4eea4e1..b83549840d070fea813963551a1d69c90fe3ba46 100644 (file)
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66"
+SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \