mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-mock: upgrade 5.0.1 -> 5.0.2
Changelog: ========== gh-102978: Fixes :func:'unittest.mock.patch' not enforcing function signatures for methods decorated with @classmethod or @staticmethod when patch is called with autospec=True. gh-103329: Regression tests for the behaviour of unittest.mock.PropertyMock were added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
16
meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
Normal file
16
meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "A Python Mocking and Patching Library for Testing"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/mock"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \
|
||||
${PYTHON_PN}-cmd2 \
|
||||
${PYTHON_PN}-pyparsing \
|
||||
${PYTHON_PN}-mccabe \
|
||||
${PYTHON_PN}-pep8 \
|
||||
${PYTHON_PN}-pyflakes"
|
||||
|
||||
SRC_URI[sha256sum] = "06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891"
|
||||
Reference in New Issue
Block a user