mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user