diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-22 13:49:03 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-23 10:27:02 -0700 |
| commit | acd01432ebb03bd0810f21dfe2b399ba2f2f5476 (patch) | |
| tree | 498b785d4df5d6af84f7836eef7153133db7319c /meta-python/recipes-devtools/python/python3-mock_4.0.2.bb | |
| parent | de42d8c0bdb055b9fc4fb2e6de7fdee52daa6cd4 (diff) | |
| download | meta-openembedded-acd01432ebb03bd0810f21dfe2b399ba2f2f5476.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mock_4.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-mock_4.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb new file mode 100644 index 0000000000..39ab6d01f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A Python Mocking and Patching Library for Testing" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mock" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | ||
| 10 | ${PYTHON_PN}-cmd2 \ | ||
| 11 | ${PYTHON_PN}-pyparsing \ | ||
| 12 | ${PYTHON_PN}-mccabe \ | ||
| 13 | ${PYTHON_PN}-pep8 \ | ||
| 14 | ${PYTHON_PN}-pyflakes" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "6466619b89c2969dc57722ad73f85676" | ||
| 17 | SRC_URI[sha256sum] = "dd33eb70232b6118298d516bbcecd26704689c386594f0f3c4f13867b2c56f72" | ||
