diff mbox series

[meta-python] python3-mock: upgrade 5.0.1 -> 5.0.2

Message ID 1682306676-11881-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-mock: upgrade 5.0.1 -> 5.0.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 24, 2023, 3:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../python/{python3-mock_5.0.1.bb => python3-mock_5.0.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-mock_5.0.1.bb => python3-mock_5.0.2.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mock_5.0.1.bb b/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-mock_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
index b916a7b4e..633b6f277 100644
--- a/meta-python/recipes-devtools/python/python3-mock_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
@@ -13,4 +13,4 @@  RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \
             ${PYTHON_PN}-pep8 \
             ${PYTHON_PN}-pyflakes"
 
-SRC_URI[sha256sum] = "e3ea505c03babf7977fd21674a69ad328053d414f05e6433c30d8fa14a534a6b"
+SRC_URI[sha256sum] = "06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891"