Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-responses: Upgrade 0.25.3 -> 0.25.5 | Leon Anavi | 2025-01-13 | 1 | -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.3 | Wang Mingyu | 2024-06-27 | 1 | -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> |