From: Wang Mingyu <[email protected]> Changelog: ========== - The update() methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. Thanks to Sylvain Pelissier. - Added support for ECDH, with Crypto.Protocol.DH. - GH#754: due to a bug in cffi, do not use it on Windows with Python 3.12+.
Signed-off-by: Wang Mingyu <[email protected]> --- ...n3-pycryptodome_3.18.0.bb => python3-pycryptodome_3.19.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycryptodome_3.18.0.bb => python3-pycryptodome_3.19.0.bb} (38%) diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb similarity index 38% rename from meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb rename to meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb index a1e4b42bdf..92fe1aa17a 100644 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb @@ -1,5 +1,5 @@ require python-pycryptodome.inc inherit setuptools3 -SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413" +SRC_URI[sha256sum] = "bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188233): https://lists.openembedded.org/g/openembedded-core/message/188233 Mute This Topic: https://lists.openembedded.org/mt/101591707/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
