From 5210df8c75ac7ff147636724f7bbc364e52ff1d4 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 9 May 2019 14:15:57 +0800 Subject: [PATCH] python-mock: upgrade 2.0.0 -> 3.0.5 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../python/{python-mock_2.0.0.bb => python-mock_3.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-mock_2.0.0.bb => python-mock_3.0.5.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb b/meta-python/recipes-devtools/python/python-mock_3.0.5.bb similarity index 74% rename from meta-python/recipes-devtools/python/python-mock_2.0.0.bb rename to meta-python/recipes-devtools/python/python-mock_3.0.5.bb index 210502ff5b..db71066495 100644 --- a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python-mock_3.0.5.bb @@ -2,8 +2,8 @@ SUMMARY = "A Python Mocking and Patching Library for Testing" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" -SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad" -SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba" +SRC_URI[md5sum] = "d834a46d9a129be3e76fdcc99751e82c" +SRC_URI[sha256sum] = "83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3" inherit pypi setuptools