diff mbox series

python3-pycryptodome: upgrade 3.18.0 -> 3.19.0

Message ID 1695716901-10366-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-pycryptodome: upgrade 3.18.0 -> 3.19.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 26, 2023, 8:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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"