diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-07 14:06:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
commit | d14eb9aadb8d6380242519eb9f2639b88a8f828d (patch) | |
tree | 6ed8a81c615cdd413d5ed4c94a4731e995338c17 | |
parent | ddf2ade49823a2713dbc06f741aedda11c791554 (diff) | |
download | poky-d14eb9aadb8d6380242519eb9f2639b88a8f828d.tar.gz |
python3-pycryptodome: update to 3.12.0
License-Update: dropped a patents clarification
(From OE-Core rev: 790bedf9c99a581583fbe7e0b20d817562fc8c7b)
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 | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.11.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.11.0.bb) | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 3f4c6e9fca..071af557ea 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -3,10 +3,12 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\ | |||
3 | cryptographic primitives." | 3 | cryptographic primitives." |
4 | HOMEPAGE = "http://www.pycryptodome.org" | 4 | HOMEPAGE = "http://www.pycryptodome.org" |
5 | LICENSE = "PD & BSD-2-Clause" | 5 | LICENSE = "PD & BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | ||
11 | |||
10 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
12 | ${PYTHON_PN}-math \ | 14 | ${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 index b0e37178e0..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.11.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "428096bbf7a77e207f418dfd4d7c284df8ade81d2dc80f010e92753a3e406ad0" | ||
5 | |||
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 index 0000000000..a732441a7a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.12.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1" | ||
5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.11.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.12.0.bb index f1132c21ac..5f88419ce4 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.11.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.12.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] = "0398366656bb55ebdb1d1d493a7175fc48ade449283086db254ac44c7d318d6d" | 4 | SRC_URI[sha256sum] = "922e9dac0166e4617e5c7980d2cff6912a6eb5cb5c13e7ece222438650bd7f66" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |