From acd01432ebb03bd0810f21dfe2b399ba2f2f5476 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Jul 2020 13:49:03 +0300 Subject: [PATCH] python3-mock: Upgrade 4.0.1 -> 4.0.2 Upgrade 4.0.2: - Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has call objects in the order of awaited arguments instead of using unittest.mock.Mock.call_args which has the last value of the call. Patch by Karthikeyan Singaravelan. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-mock_4.0.1.bb => python3-mock_4.0.2.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-mock_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-mock_4.0.2.bb index eebfcdade2..39ab6d01f5 100644 --- a/meta-python/recipes-devtools/python/python3-mock_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb @@ -13,5 +13,5 @@ RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ ${PYTHON_PN}-pep8 \ ${PYTHON_PN}-pyflakes" -SRC_URI[md5sum] = "8f48ba3fd059e7cfad92f8354064adfd" -SRC_URI[sha256sum] = "2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3" +SRC_URI[md5sum] = "6466619b89c2969dc57722ad73f85676" +SRC_URI[sha256sum] = "dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72"