From 7941caa13137d0b5fd6db1980b6a8933d61fe9f8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 14 Dec 2023 14:09:45 +0000 Subject: [PATCH] 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 --- .../pytest-qt/python3-pytest-qt_4.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/python3-pytest-qt_4.0.2.bb => recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb (77%) diff --git a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb b/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb similarity index 77% rename from recipes-devtools/python/python3-pytest-qt_4.0.2.bb rename to recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb index ea06112..d760401 100644 --- a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb +++ b/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/pytest-dev/pytest-qt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=be0db96616c6ec3cabe975402c4c687f" -SRC_URI[sha256sum] = "dfc5240dec7eb43b76bcb5f9a87eecae6ef83592af49f3af5f1d5d093acaa93e" +SRC_URI[sha256sum] = "00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41" inherit pypi setuptools3