summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-08 18:26:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-10 10:32:08 +0000
commit8960b39bb179c93d5e2f9cdcc02d2325c149c02f (patch)
tree1b4fdc0fa0f4330171677e8908c6a86528d64252 /meta
parent63f18599a186b51015d9449a401f9a56e3166357 (diff)
downloadpoky-8960b39bb179c93d5e2f9cdcc02d2325c149c02f.tar.gz
python3-pycryptodome: upgrade 3.14.0 -> 3.14.1
Changelog: ========= GH#595: Fixed memory leak for GMP integers. (From OE-Core rev: bf8dd261cc1f40525beacacc93d7de08c220ae92) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb5
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb5
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb)2
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb
deleted file mode 100644
index fb2f8d5ff0..0000000000
--- a/meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "ceea92a4b8ba6c50d8d70f2efbb4ea14b002dac4160ce4dda33f1b7442f8158a"
5
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb
new file mode 100644
index 0000000000..c0324590c2
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb
@@ -0,0 +1,5 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "e04e40a7f8c1669195536a37979dd87da2c32dbdc73d6fe35f0077b0c17c803b"
5
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb
index b83549840d..79a3fee19c 100644
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb
@@ -1,7 +1,7 @@
1require python-pycryptodome.inc 1require python-pycryptodome.inc
2inherit setuptools3 2inherit setuptools3
3 3
4SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282" 4SRC_URI[sha256sum] = "2ce76ed0081fd6ac8c74edc75b9d14eca2064173af79843c24fa62573263c1f2"
5 5
6FILES:${PN}-tests = " \ 6FILES:${PN}-tests = " \
7 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ 7 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \