From 941ad264a6f9e6b21860c3834ce235b791912972 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 5 Jul 2017 10:00:21 -0400 Subject: python-pytest: update to version 3.1.3 Updated license for copyright changes and verified terms Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pytest.inc | 6 +++--- meta-python/recipes-devtools/python/python-pytest_3.1.2.bb | 2 -- meta-python/recipes-devtools/python/python-pytest_3.1.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pytest_3.1.3.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest_3.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest_3.1.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.1.3.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 282683856..22795964d 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc @@ -1,9 +1,9 @@ SUMMARY = "Simple powerful teting with python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a5609608d9a5a180705b0fa298ae01" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4" -SRC_URI[md5sum] = "c4d179f89043cc925e1c169d03128e02" -SRC_URI[sha256sum] = "795ec29fbba70b22a593691ce8bcd4bdde2dc96e8099731f73c7d8bb3ce879bf" +SRC_URI[md5sum] = "35356e6e31cbd8318e8b2a8340a90b72" +SRC_URI[sha256sum] = "095e1832f7e424563c95daf4d8d3c865052b80e139cdd2f9610a986ee8526206" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-argparse \ 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 deleted file mode 100644 index d322f09b2..000000000 --- a/meta-python/recipes-devtools/python/python-pytest_3.1.2.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.3.bb b/meta-python/recipes-devtools/python/python-pytest_3.1.3.bb new file mode 100644 index 000000000..d322f09b2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_3.1.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +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 deleted file mode 100644 index 466cfa825..000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_3.1.2.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.3.bb b/meta-python/recipes-devtools/python/python3-pytest_3.1.3.bb new file mode 100644 index 000000000..466cfa825 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_3.1.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pytest.inc -- cgit v1.2.3-54-g00ecf