summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-responses_0.25.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-responses: upgrade 0.25.5 -> 0.25.6Wang Mingyu2025-01-241-15/+0
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: Upgrade 0.25.3 -> 0.25.5Leon Anavi2025-01-131-0/+15
Upgrade to release 0.25.5: - Fix readme issue that prevented 0.25.4 from being published to pypi. - Responses can now match requests that use `data` with file-like objects. - RequestsMock.matchers was added. This property is an alias to responses.matchers. - Removed tests from packaged wheels - Improved recorder API to ease use in REPL environments. Fixes: WARNING: python3-responses-0.25.5-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>