From: wangmy Date: Wed, 29 Jun 2022 03:26:38 +0000 (+0800) Subject: python3-pycryptodome: upgrade 3.14.1 -> 3.15.0 X-Git-Tag: uninative-3.7~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed8d56bfcc5b38746d27585e064ff2a0489c1c0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 c0324590c25..00000000000 --- 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 00000000000..cabe9189f2d --- /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" +