From 0737e259af5a5232a3a25e390a964336b5d9a2d2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 22 Feb 2016 08:35:02 -0500 Subject: python-mock: update to 1.3.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-mock_1.0.1.bb | 16 ---------------- meta-python/recipes-devtools/python/python-mock_1.3.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-mock_1.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python-mock_1.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.0.1.bb deleted file mode 100644 index d336f613df..0000000000 --- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A Python Mocking and Patching Library for Testing" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16" - -SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2" -SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f" - -inherit pypi setuptools - -RDEPENDS_${PN} += " \ - python-prettytable \ - python-cmd2 \ - python-pyparsing \ - python-mccabe \ - python-pep8 \ - python-pyflakes" diff --git a/meta-python/recipes-devtools/python/python-mock_1.3.0.bb b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb new file mode 100644 index 0000000000..8a7894cb09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-mock_1.3.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A Python Mocking and Patching Library for Testing" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" + +SRC_URI[md5sum] = "73ee8a4afb3ff4da1b4afa287f39fdeb" +SRC_URI[sha256sum] = "1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6" + +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + python-prettytable \ + python-cmd2 \ + python-pyparsing \ + python-mccabe \ + python-pep8 \ + python-pyflakes" -- cgit v1.2.3-54-g00ecf