diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-26 16:29:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
commit | e40520466c9803b6fb2bbe832d1301484ec180f4 (patch) | |
tree | fd9c1f2c24e99d6ecd5af181bef552b114064c32 /meta | |
parent | b4f333cc5eedcd14c72aa6c1d4c2da2c71afc9e7 (diff) | |
download | poky-e40520466c9803b6fb2bbe832d1301484ec180f4.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb index cbbc17adba..87aff01bfc 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-pycryptodome.inc | 1 | require python-pycryptodome.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e" | 4 | SRC_URI[sha256sum] = "af83a554b3f077564229865c45af0791be008ac6469ef0098152139e6bd4b5b6" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |