summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-27 18:13:06 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:55 -0800
commite56bce849b7bfd41d6107d2bea19f86fcc0f8d7c (patch)
tree3d837247183b39bc16f746c25cad024364373672
parentd239449f8306aaa443cc39afdfd9d7e672a0183d (diff)
downloadmeta-openembedded-e56bce849b7bfd41d6107d2bea19f86fcc0f8d7c.tar.gz
python3-responses: upgrade 0.25.8 -> 0.26.0
Changelog: =========== * When using 'assert_all_requests_are_fired=True', assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called. * Consider the 'Retry-After' header when handling retries Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-responses_0.26.0.bb (renamed from meta-python/recipes-devtools/python/python3-responses_0.25.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb
index 2370a88843..4d1884225d 100644
--- a/meta-python/recipes-devtools/python/python3-responses_0.25.8.bb
+++ b/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta
7 7
8SRC_URI[sha256sum] = "9374d047a575c8f781b94454db5cab590b6029505f488d12899ddb10a4af1cf4" 8SRC_URI[sha256sum] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-mock \ 11 python3-mock \