summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-responses_0.25.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-responses: Upgrade 0.25.3 -> 0.25.5Leon Anavi2025-01-131-15/+0
| | | | | | | | | | | | | | | | | | | | | 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>
* python3-responses: upgrade 0.25.0 -> 0.25.3Wang Mingyu2024-06-271-0/+15
Changelog: ========== * Fixed 'recorder' not saving and loading response headers with yaml files. * Mulligan on 0.25.1 to run release pipeline correctly. * Added 'matchers.body_matcher' for matching string request bodies. * Fixed tests failures during RPM package builds. * Fix mocked HEAD responses that have 'Content-Length' set. * Fixed error messages when matches fail: inputs are not sorted or reformatted. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>