]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-testtools: upgrade 2.8.2 -> 2.8.3
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 3 Mar 2026 06:56:36 +0000 (14:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 10:48:55 +0000 (10:48 +0000)
What's Changed [1]

- Support binary contents in FileContains matcher by @jelmer in #553
- Be more lenient to stream=None being passed into TestResult classes by @jelmer in #554
- Support async setUp/tearDown validation with Deferreds by @jelmer in #552
- Bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in #555
- Add more typing, reduce size of testtools.compat by @jelmer in #556
- Bump ruff from 0.14.10 to 0.14.11 by @dependabot[bot] in #558
- Add more typing by @jelmer in #559
- Finish typing by @jelmer in #561

[1] https://github.com/testing-cabal/testtools/releases/tag/2.8.3

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-testtools_2.8.3.bb [moved from meta/recipes-devtools/python/python3-testtools_2.8.2.bb with 84% similarity]

similarity index 84%
rename from meta/recipes-devtools/python/python3-testtools_2.8.2.bb
rename to meta/recipes-devtools/python/python3-testtools_2.8.3.bb
index c51fac224252caf281e4eb015e605d62a59116b0..2ac8759784635a92a83bf38217cf50f1df9090ec 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS += "python3-hatch-vcs-native"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "b5c73332456ff54152062d47a58bc4f15f8e23514afec4e84775af124fb7db43"
+SRC_URI[sha256sum] = "3b54b543a7583a35f65538b1d36a327fc34943a26bb839bcbe4b2c5e085aa939"
 
 RDEPENDS:${PN} += "\
     python3-compression \