]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pycryptodomex: upgrade 3.18.0 -> 3.19.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Sep 2023 08:29:02 +0000 (16:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Sep 2023 11:37:44 +0000 (12:37 +0100)
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb [moved from meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb with 69% similarity]

similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb
index cbbc17adba57a6ff884f2ae31ee18745051ca151..87aff01bfc60d889252f4455cc45918b43b6ea48 100644 (file)
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e"
+SRC_URI[sha256sum] = "af83a554b3f077564229865c45af0791be008ac6469ef0098152139e6bd4b5b6"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \