]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pycryptodome: upgrade 3.14.0 -> 3.14.1
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Feb 2022 10:26:38 +0000 (18:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2022 10:29:13 +0000 (10:29 +0000)
Changelog:
=========
GH#595: Fixed memory leak for GMP integers.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb [deleted file]
meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb [new file with mode: 0644]
meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb [moved from meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb with 69% similarity]

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 (file)
index fb2f8d5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-pycryptodome.inc
-inherit setuptools3
-
-SRC_URI[sha256sum] = "ceea92a4b8ba6c50d8d70f2efbb4ea14b002dac4160ce4dda33f1b7442f8158a"
-
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 (file)
index 0000000..c032459
--- /dev/null
@@ -0,0 +1,5 @@
+require python-pycryptodome.inc
+inherit setuptools3
+
+SRC_URI[sha256sum] = "e04e40a7f8c1669195536a37979dd87da2c32dbdc73d6fe35f0077b0c17c803b"
+
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb
index b83549840d070fea813963551a1d69c90fe3ba46..79a3fee19c8513846e407eae63009a341463cf30 100644 (file)
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282"
+SRC_URI[sha256sum] = "2ce76ed0081fd6ac8c74edc75b9d14eca2064173af79843c24fa62573263c1f2"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \