From 3f000b5bf313df4735edb3108bae5d9c0868feaf Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 18:36:48 -0400 Subject: python-pytest: update to version 3.0.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytest.inc | 4 ++-- meta-python/recipes-devtools/python/python-pytest_2.9.1.bb | 2 -- meta-python/recipes-devtools/python/python-pytest_3.0.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest_2.9.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest_3.0.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 4877358f2e..454939e3bb 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc @@ -2,8 +2,8 @@ SUMMARY = "Simple powerful teting with python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01" -SRC_URI[md5sum] = "05165740ea50928e4e971378630163ec" -SRC_URI[sha256sum] = "0d48d27a127644fbe7c8158157e08b35f8255045d4476df694b91eb3a8147e65" +SRC_URI[md5sum] = "6e736a6d7bc854b25d44a60bcba5f2f9" +SRC_URI[sha256sum] = "e82bc0596ee96b2287c08705cfcb6898db1fe4b5c87db3b6823f1fdd77fb3ff1" RDEPENDS_${PN} = " \ ${PYTHON_PN}-argparse \ diff --git a/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb deleted file mode 100644 index d322f09b24..0000000000 --- a/meta-python/recipes-devtools/python/python-pytest_2.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python-pytest_3.0.1.bb b/meta-python/recipes-devtools/python/python-pytest_3.0.1.bb new file mode 100644 index 0000000000..d322f09b24 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_3.0.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb b/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb deleted file mode 100644 index 466cfa8253..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_2.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb b/meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb new file mode 100644 index 0000000000..466cfa8253 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_3.0.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pytest.inc -- cgit v1.2.3-54-g00ecf