From af0e31c58a381c2478435e8d015c142bab58c452 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 16:02:09 -0400 Subject: python-pytest: update to version 3.1.2 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_3.0.6.bb | 2 -- meta-python/recipes-devtools/python/python-pytest_3.1.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb | 2 -- meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest_3.0.6.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest_3.1.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.1.2.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 c9c9bbf9c1..282683856f 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] = "6639592fa430567d024189f097fcdbd7" -SRC_URI[sha256sum] = "643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940" +SRC_URI[md5sum] = "c4d179f89043cc925e1c169d03128e02" +SRC_URI[sha256sum] = "795ec29fbba70b22a593691ce8bcd4bdde2dc96e8099731f73c7d8bb3ce879bf" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-argparse \ diff --git a/meta-python/recipes-devtools/python/python-pytest_3.0.6.bb b/meta-python/recipes-devtools/python/python-pytest_3.0.6.bb deleted file mode 100644 index d322f09b24..0000000000 --- a/meta-python/recipes-devtools/python/python-pytest_3.0.6.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.1.2.bb b/meta-python/recipes-devtools/python/python-pytest_3.1.2.bb new file mode 100644 index 0000000000..d322f09b24 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_3.1.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb b/meta-python/recipes-devtools/python/python3-pytest_3.0.6.bb deleted file mode 100644 index 466cfa8253..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_3.0.6.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.1.2.bb b/meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb new file mode 100644 index 0000000000..466cfa8253 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pytest.inc -- cgit v1.2.3-54-g00ecf