From 80da1c4f336809e07b9a6a699b9cbbeae9786a97 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:11:59 +0800 Subject: python3-pytest-forked: upgrade 1.4.0 -> 1.6.0 Changelog: ========== Relaxed dependency requirements (#77). Dropped support for Python 3.6. Added official support for Python 3.11. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pytest-forked_1.4.0.bb | 17 ----------------- .../python/python3-pytest-forked_1.6.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb deleted file mode 100644 index 2e6a32a248..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "run tests in isolated forked subprocesses" -HOMEPAGE = "https://github.com/pytest-dev/pytest-forked" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" - -SRC_URI[sha256sum] = "8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e" - -inherit pypi python_setuptools_build_meta - -PEP517_BUILD_OPTS = "--skip-dependency-check" - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += " \ - python3-py \ - python3-pytest \ -" diff --git a/meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb b/meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb new file mode 100644 index 0000000000..f573bf0523 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "run tests in isolated forked subprocesses" +HOMEPAGE = "https://github.com/pytest-dev/pytest-forked" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" + +SRC_URI[sha256sum] = "4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f" + +inherit pypi python_setuptools_build_meta + +PEP517_BUILD_OPTS = "--skip-dependency-check" + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + python3-py \ + python3-pytest \ +" -- cgit v1.2.3-54-g00ecf