summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-02-22 08:35:02 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:26 +0100
commit0737e259af5a5232a3a25e390a964336b5d9a2d2 (patch)
tree3c1c9a140019c0c6909b92dde59124e180db5858
parentbeac65d4f589c0b72daf3922ba60da8e4cfdee08 (diff)
downloadmeta-openembedded-0737e259af5a5232a3a25e390a964336b5d9a2d2.tar.gz
python-mock: update to 1.3.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-mock_1.3.0.bb (renamed from meta-python/recipes-devtools/python/python-mock_1.0.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
index d336f613d..8a7894cb0 100644
--- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb
@@ -1,9 +1,9 @@
1SUMMARY = "A Python Mocking and Patching Library for Testing" 1SUMMARY = "A Python Mocking and Patching Library for Testing"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
4 4
5SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2" 5SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb"
6SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f" 6SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6"
7 7
8inherit pypi setuptools 8inherit pypi setuptools
9 9