From 2e4fda8324af27121222f91e22f1e617a5088c06 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 1 Jun 2023 17:03:33 +0800 Subject: python3-pycryptodomex: upgrade 3.17 -> 3.18.0 Changelog: =========== New features --------------- * Added support for DER BOOLEAN encodings. * The library now compiles on Windows ARM64. Resolved issues --------------- * GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers. * GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64. * GH#739: OID encoding for arc 2 didn't accept children larger than 39. * Correctly check that the scalar matches the point when importing an ECC private key. (From OE-Core rev: e11c8fe22ed3683d032b4a1d3c46f607c36edbf2) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb deleted file mode 100644 index 720aec2d36..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "0af93aad8d62e810247beedef0261c148790c52f3cd33643791cc6396dd217c1" - -FILES:${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb new file mode 100644 index 0000000000..cbbc17adba --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit v1.2.3-54-g00ecf