From: Tim Orling Date: Tue, 24 Jun 2025 23:13:56 +0000 (-0700) Subject: python3-pytest-subtests: upgrade 0.14.1 -> 0.14.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91eaaf0672c5e811fa51d6c4181bd5faf10c2201;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pytest-subtests: upgrade 0.14.1 -> 0.14.2 Highlights from commit logs: * Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#177) * Bump hynek/build-and-inspect-python-package from 2.10 to 2.11 (#178) * Consistently use raw strings for line-matching regexes (#180) * Ensure advertised pytest 7.4 compatibility (#182) * Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#185) * Bump hynek/build-and-inspect-python-package from 2.11 to 2.12 (#186) * Print output "dots" for successful unittest subtests (#164) (#190) * Improve reporting in case of xfail (#194) Comparing changes from 0.14.1 -> 0.14.2: https://github.com/pytest-dev/pytest-subtests/compare/v0.14.1...v0.14.2 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.14.2.bb similarity index 88% rename from meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb rename to meta/recipes-devtools/python/python3-pytest-subtests_0.14.2.bb index 56cec25b868..58212bfb1cf 100644 --- a/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.14.2.bb @@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1" -SRC_URI[sha256sum] = "350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580" +SRC_URI[sha256sum] = "7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de" PYPI_PACKAGE = "pytest_subtests" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"