From 67c9f3ef34a92b83dcf8860b0db858dd89424cca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:03:06 +0800 Subject: python3-pytest-sugar: upgrade 1.1.0 -> 1.1.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pytest-sugar_1.1.0.bb | 23 ---------------------- .../python/python3-pytest-sugar_1.1.1.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb deleted file mode 100644 index d411848545..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." -HOMEPAGE = "https://github.com/Teemu/pytest-sugar" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" - -SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4" - -inherit pypi python_poetry_core ptest-python-pytest - -PACKAGECONFIG ?= "" -PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit" - -do_install_ptest:append() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/test_sugar.py ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN} += "python3-packaging python3-pytest python3-termcolor \ - python3-core python3-packaging python3-pytest \ - python3-pytest-xdist" - -RDEPENDS:${PN}-ptest += "python3-tox" diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb new file mode 100644 index 0000000000..86de98675e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." +HOMEPAGE = "https://github.com/Teemu/pytest-sugar" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" + +SRC_URI += "file://run-ptest" +SRC_URI[sha256sum] = "73b8b65163ebf10f9f671efab9eed3d56f20d2ca68bda83fa64740a92c08f65d" + +inherit pypi python_poetry_core ptest-python-pytest + +PACKAGECONFIG ?= "" +PACKAGECONFIG[dev] = ",,,python3-black python3-flake8 python3-pre-commit" + +do_install_ptest:append() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/test_sugar.py ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN} += "python3-packaging python3-pytest python3-termcolor \ + python3-core python3-packaging python3-pytest \ + python3-pytest-xdist" + +RDEPENDS:${PN}-ptest += "python3-tox" -- cgit v1.2.3-54-g00ecf