summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:47 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:52 -0700
commite5bca4f41a2855ac4096d83397b286af2c7250f2 (patch)
treed48d576a07b77a4be63274d5e679fa8420bcdeb9 /meta-python/recipes-devtools/python
parent26a87b5d8d1b0ebf6176c4ee95d870491486460f (diff)
downloadmeta-openembedded-e5bca4f41a2855ac4096d83397b286af2c7250f2.tar.gz
python3-responses: upgrade 0.26.0 -> 0.26.1
Changelog: ============ * Added Spanish translation of the README (''README.es.rst'') * When both 'content_type' and 'headers['content-type']' are in a response mock file, 'content_type' is now used. * Added strict_match to urlencoded_params_matcher, enabling partial request parameter matching. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-responses_0.26.1.bb (renamed from meta-python/recipes-devtools/python/python3-responses_0.26.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.1.bb
index 4d1884225d..45b8eadb67 100644
--- a/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-responses_0.26.1.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] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4" 8SRC_URI[sha256sum] = "2eb3218553cc8f79b57d257bac23af5e1bf381f5b9390b1767816f0843e01dc2"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-mock \ 11 python3-mock \