From cf3305eb2d1d8cf38fdbcb75cd50fa523fbce006 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 17 Nov 2020 10:14:36 -0600 Subject: python3-pycryptodomex: upgrade 3.9.8 -> 3.9.9 Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb deleted file mode 100644 index 035c7fa636..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9" - -FILES_${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb new file mode 100644 index 0000000000..abff71efdd --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "7b5b7c5896f8172ea0beb283f7f9428e0ab88ec248ce0a5b8c98d73e26267d51" + +FILES_${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit 1.2.3-korg