From 44eed7633d6a0d3f445aac7b158b1aa10e9d2e0c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:28:55 -0700 Subject: [PATCH] python3-pytest-mock: upgrade 3.11.1 -> 3.12.0 Signed-off-by: Khem Raj --- ...hon3-pytest-mock_3.11.1.bb => python3-pytest-mock_3.12.0.bb} | 2 ++ 1 file changed, 2 insertions(+) rename meta-python/recipes-devtools/python/{python3-pytest-mock_3.11.1.bb => python3-pytest-mock_3.12.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb rename to meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb index 5dda1da469..f95ebecdda 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.12.0.bb @@ -32,3 +32,5 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests ${D}${PTEST_PATH}/ } + +SRCREV = "69adc6f76c1a7baf4e7a728da9eec38741d5783e"