From 7941caa13137d0b5fd6db1980b6a8933d61fe9f8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 14 Dec 2023 14:09:45 +0000 Subject: pytest-qt: upgrade to latest version Update python3-pytest-qt to version 4.2.0. Pick-to: 6.7 6.6 Change-Id: Ib3cd21aaae59be4dbc02552c665e4c4f585e7cb2 Reviewed-by: Mikko Gronoff --- recipes-devtools/python/python3-pytest-qt_4.0.2.bb | 12 ------------ recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 recipes-devtools/python/python3-pytest-qt_4.0.2.bb create mode 100644 recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb diff --git a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb b/recipes-devtools/python/python3-pytest-qt_4.0.2.bb deleted file mode 100644 index ea06112..0000000 --- a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "pytest support for PyQt and PySide applications" -HOMEPAGE = "http://github.com/pytest-dev/pytest-qt" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=be0db96616c6ec3cabe975402c4c687f" - -SRC_URI[sha256sum] = "dfc5240dec7eb43b76bcb5f9a87eecae6ef83592af49f3af5f1d5d093acaa93e" - -inherit pypi setuptools3 - -DEPENDS = "python3-setuptools-scm-native" - -RDEPENDS:${PN} += "python3-pytest" diff --git a/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb b/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb new file mode 100644 index 0000000..d760401 --- /dev/null +++ b/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "pytest support for PyQt and PySide applications" +HOMEPAGE = "http://github.com/pytest-dev/pytest-qt" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=be0db96616c6ec3cabe975402c4c687f" + +SRC_URI[sha256sum] = "00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41" + +inherit pypi setuptools3 + +DEPENDS = "python3-setuptools-scm-native" + +RDEPENDS:${PN} += "python3-pytest" -- cgit v1.2.3