summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-26 16:28:21 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-28 12:37:46 +0100
commitb4f333cc5eedcd14c72aa6c1d4c2da2c71afc9e7 (patch)
tree92a1bcb9d85255e499251ca30791e35eb3da4a54
parent97fab599426e9f1d7345b415275e387f2646cf5f (diff)
downloadpoky-b4f333cc5eedcd14c72aa6c1d4c2da2c71afc9e7.tar.gz
python3-pycryptodome: 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: 2eccf033c0093b16a846eda3476ff29c4db6ef61) 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>
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb5
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb5
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
deleted file mode 100644
index a1e4b42bdf..0000000000
--- a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413"
5
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb
new file mode 100644
index 0000000000..92fe1aa17a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb
@@ -0,0 +1,5 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e"
5