From 94202316e615fe53940c55052c176e6adda4b283 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 15:44:26 +0800 Subject: python-pytest: upgrade 5.2.1 -> 5.2.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pytest.inc | 4 ++-- meta-python/recipes-devtools/python/python-pytest_5.2.1.bb | 9 --------- meta-python/recipes-devtools/python/python-pytest_5.2.2.bb | 9 +++++++++ meta-python/recipes-devtools/python/python3-pytest_5.2.1.bb | 4 ---- meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb | 4 ++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pytest_5.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pytest_5.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_5.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index fa264f7914..a26d41084a 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=640061b8cee64b308a4d2f9f556c12f2" -SRC_URI[md5sum] = "00561d0295aab167987f8a4f784964c4" -SRC_URI[sha256sum] = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0" +SRC_URI[md5sum] = "889344299c9182aff67d6e461cb7af29" +SRC_URI[sha256sum] = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6" SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ " diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb b/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb deleted file mode 100644 index 39e50aca97..0000000000 --- a/meta-python/recipes-devtools/python/python-pytest_5.2.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -inherit pypi setuptools -require python-pytest.inc - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-compiler \ - ${PYTHON_PN}-funcsigs \ -" -ALTERNATIVE_PRIORITY = "10" diff --git a/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb new file mode 100644 index 0000000000..39e50aca97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pytest_5.2.2.bb @@ -0,0 +1,9 @@ +inherit pypi setuptools +require python-pytest.inc + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-compiler \ + ${PYTHON_PN}-funcsigs \ +" +ALTERNATIVE_PRIORITY = "10" diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.2.1.bb b/meta-python/recipes-devtools/python/python3-pytest_5.2.1.bb deleted file mode 100644 index eba6632a27..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest_5.2.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-pytest.inc - -ALTERNATIVE_PRIORITY = "100" diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb b/meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb new file mode 100644 index 0000000000..eba6632a27 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest_5.2.2.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-pytest.inc + +ALTERNATIVE_PRIORITY = "100" -- cgit v1.2.3-54-g00ecf