diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:49:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:02 +0100 |
| commit | d9155da165f6299951199c89256973b4b535f1c3 (patch) | |
| tree | 1cad72ae5b83965f5b90ae65704a0dd6e3d8e332 | |
| parent | 2bff1790a005d58048e850df80d0f8fef3ed1953 (diff) | |
| download | poky-d9155da165f6299951199c89256973b4b535f1c3.tar.gz | |
python3-pycryptodome(x): upgrade 3.20.0 -> 3.21.0
(From OE-Core rev: ae519cb2809eb6a995fe2acc052d92a7da438b70)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb) | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb deleted file mode 100644 index 6c93c205ac..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.20.0.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7" | ||
| 5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb new file mode 100644 index 0000000000..77664b22a5 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.21.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297" | ||
| 5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb index 54578d2850..e5fb000d9b 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.20.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.21.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require python-pycryptodome.inc | 1 | require python-pycryptodome.inc |
| 2 | inherit python_setuptools_build_meta | 2 | inherit python_setuptools_build_meta |
| 3 | 3 | ||
| 4 | SRC_URI[sha256sum] = "7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e" | 4 | SRC_URI[sha256sum] = "222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c" |
| 5 | 5 | ||
| 6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
| 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |
