From 8960b39bb179c93d5e2f9cdcc02d2325c149c02f Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 8 Feb 2022 18:26:38 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb | 5 +++++ meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb | 9 +++++++++ 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.14.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb (limited to 'meta/recipes-devtools') 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 @@ -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 index 0000000000..c0324590c2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.14.1.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "e04e40a7f8c1669195536a37979dd87da2c32dbdc73d6fe35f0077b0c17c803b" + diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb deleted file mode 100644 index b83549840d..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "2d8bda8f949b79b78b293706aa7fc1e5c171c62661252bfdd5d12c70acd03282" - -FILES:${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb new file mode 100644 index 0000000000..79a3fee19c --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "2ce76ed0081fd6ac8c74edc75b9d14eca2064173af79843c24fa62573263c1f2" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit v1.2.3-54-g00ecf