From a716028335d1a51095c04fd8d13006f2ec8ac56b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 6 Jul 2022 10:07:15 +0200 Subject: python3-pycryptodomex: upgrade 3.14.1 -> 3.15.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb | 9 --------- meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb deleted file mode 100644 index 79a3fee19c..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.14.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "2ce76ed0081fd6ac8c74edc75b9d14eca2064173af79843c24fa62573263c1f2" - -FILES:${PN}-tests = " \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ - ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ -" diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb new file mode 100644 index 0000000000..e22ce30833 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb @@ -0,0 +1,9 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "7341f1bb2dadb0d1a0047f34c3a58208a92423cdbd3244d998e4b28df5eac0ed" + +FILES:${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit 1.2.3-korg