From e40520466c9803b6fb2bbe832d1301484ec180f4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Sep 2023 16:29:02 +0800 Subject: python3-pycryptodomex: upgrade 3.18.0 -> 3.19.0 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+. (From OE-Core rev: e4c47382dc10b70eac1a33be540e2b0d845b508e) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb') diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb new file mode 100644 index 0000000000..87aff01bfc --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "af83a554b3f077564229865c45af0791be008ac6469ef0098152139e6bd4b5b6" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit v1.2.3-54-g00ecf