From df34fc372b3a12dfa38b74eca301da02e9edcec4 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 29 Jun 2022 11:26:38 +0800 Subject: python3-pycryptodome: upgrade 3.14.1 -> 3.15.0 Changelog: ========= New features ------------ Add support for curves Ed25519 and Ed448, including export and import of keys. Add support for EdDSA signatures. Add support for Asymmetric Key Packages (RFC5958) to import private keys. Resolved issues --------------- GH#620: for Crypto.Util.number.getPrime , do not sequentially scan numbers searching for a prime. (From OE-Core rev: 5ed8d56bfcc5b38746d27585e064ff2a0489c1c0) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb deleted file mode 100644 index c0324590c2..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "e04e40a7f8c1669195536a37979dd87da2c32dbdc73d6fe35f0077b0c17c803b" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb new file mode 100644 index 0000000000..cabe9189f2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "9135dddad504592bcc18b0d2d95ce86c3a5ea87ec6447ef25cfedea12d6018b8" + -- cgit v1.2.3-54-g00ecf