From 0bc2313bac70fc91504f9fa05b662709eeb56272 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 17 Nov 2017 11:06:18 -0500 Subject: python-pytest: update to version 3.2.5 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pytest.inc | 4 ++-- meta-python/recipes-devtools/python/python-pytest_3.2.3.bb | 2 -- meta-python/recipes-devtools/python/python-pytest_3.2.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-pytest_3.2.3.bb | 2 -- meta-python/recipes-devtools/python/python3-pytest_3.2.5.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest_3.2.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest_3.2.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.2.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_3.2.5.bb diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index a2be36b8b0..2f68343f63 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://pytest.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c39b24965f4aef64222cb35de9d47cc4" -SRC_URI[md5sum] = "698f8929e095a1c37876b5567943be79" -SRC_URI[sha256sum] = "27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c" +SRC_URI[md5sum] = "6dbe9bb093883f75394a689a1426ac6f" +SRC_URI[sha256sum] = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81" SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ file://pytest_version_fix.patch " diff --git a/meta-python/recipes-devtools/python/python-pytest_3.2.3.bb b/meta-python/recipes-devtools/python/python-pytest_3.2.3.bb deleted file mode 100644 index d322f09b24..0000000000 --- a/meta-python/recipes-devtools/python/python-pytest_3.2.3.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.2.5.bb b/meta-python/recipes-devtools/python/python-pytest_3.2.5.bb new file mode 100644 index 0000000000..d322f09b24 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_3.2.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pytest.inc diff --git a/meta-python/recipes-devtools/python/python3-pytest_3.2.3.bb b/meta-python/recipes-devtools/python/python3-pytest_3.2.3.bb deleted file mode 100644 index 466cfa8253..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_3.2.3.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.2.5.bb b/meta-python/recipes-devtools/python/python3-pytest_3.2.5.bb new file mode 100644 index 0000000000..466cfa8253 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_3.2.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pytest.inc -- cgit 1.2.3-korg