diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-27 18:13:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:25:55 -0800 |
| commit | e56bce849b7bfd41d6107d2bea19f86fcc0f8d7c (patch) | |
| tree | 3d837247183b39bc16f746c25cad024364373672 /meta-python/recipes-devtools/python/python3-responses_0.26.0.bb | |
| parent | d239449f8306aaa443cc39afdfd9d7e672a0183d (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-responses_0.26.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-responses_0.26.0.bb | 15 |
1 files changed, 15 insertions, 0 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.0.bb new file mode 100644 index 0000000000..4d1884225d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-responses_0.26.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "A utility library for mocking out the requests Python library." | ||
| 2 | HOMEPAGE = "https://github.com/getsentry/responses" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "c7f6923e6343ef3682816ba421c006626777893cb0d5e1434f674b649bac9eb4" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-mock \ | ||
| 12 | python3-pyyaml \ | ||
| 13 | python3-requests \ | ||
| 14 | python3-urllib3 \ | ||
| 15 | " | ||
