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 <[email protected]> --- .../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 eebfcdade..39ab6d01f 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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85859): https://lists.openembedded.org/g/openembedded-devel/message/85859 Mute This Topic: https://lists.openembedded.org/mt/75722042/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
