diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-02 19:27:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 09:05:14 +0000 |
commit | 6db7501b6b43a8dbd74dba56ebca633d05a7380b (patch) | |
tree | 7904fd2882d183ca354392010f01dd0ed17dfb9a | |
parent | f67ec4ff8b75ef4fde800a38672bc9a2ffdcd4a4 (diff) | |
download | poky-6db7501b6b43a8dbd74dba56ebca633d05a7380b.tar.gz |
python3-pycryptodome: update 3.12.0 -> 3.14.0
(From OE-Core rev: af2688740287a08b04b478263f9507c99cf0f5fc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python-pycryptodome.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb) | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 071af557ea..29fe80d224 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93" | |||
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "tar.gz" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-io \ | 13 | ${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 index a732441a7a..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1" | ||
5 | |||
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 index 0000000000..fb2f8d5ff0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "ceea92a4b8ba6c50d8d70f2efbb4ea14b002dac4160ce4dda33f1b7442f8158a" | ||
5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb index 5f88419ce4..b83549840d 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-pycryptodome.inc | 1 | require python-pycryptodome.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66" | 4 | SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |