Go to file
Matej Cepl f22070e9d3 - Update to 0.23.1:
- Remove `tomli` import. See #630
  - Add Python 3.11 support
  - Fix type annotations of `CallList`. See #593
  - `request` object is attached to any custom exception provided
    as `Response` `body` argument. See #588
  - Fixed mocked responses leaking between tests when
    `assert_all_requests_are_fired` and a request was not fired.
  - [BETA] Default recorder format was changed to YAML.
    Added `responses.RequestsMock._parse_response_file` and
    `responses._recorder.Recorder.dump_to_file` methods that
    allow users to override default parser to eg toml, json
  - Update `requests` dependency to the version of 2.22.0 or
    higher. See #584.
  - [BETA] Added possibility to record responses to TOML files
    via `@_recorder.record(file_path="out.toml")` decorator.
  - [BETA] Added possibility to replay responses
    (populate registry) from TOML files via
    `responses._add_from_file(file_path="out.toml")` method.
  - Fix type for the `mock`'s patcher object. See #556
  - Fix type annotation for `CallList`
  - Add `passthrough` argument to `BaseResponse` object. See #557
  - Fix `registries` leak. See #563
  - `OriginalResponseShim` is removed. See #585
  - Add support for the `loose` version of `json_params_matcher`
    via named argument `strict_match`. See #551
  - Add lists support as JSON objects in
    `json_params_matcher`. See #559
  - Added project links to pypi listing.
  - `delete`, `get`, `head`, `options`, `patch`,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=51
2023-05-06 15:28:42 +00:00
.gitattributes Accepting request 487006 from home:alarrosa:branches:devel:languages:python 2017-04-24 16:27:22 +00:00
.gitignore Accepting request 487006 from home:alarrosa:branches:devel:languages:python 2017-04-24 16:27:22 +00:00
compat-urllib3-2.patch - Update to 0.23.1: 2023-05-06 15:28:42 +00:00
python-responses.changes - Update to 0.23.1: 2023-05-06 15:28:42 +00:00
python-responses.spec - Update to 0.23.1: 2023-05-06 15:28:42 +00:00
responses-0.23.1.tar.gz - Update to 0.23.1: 2023-05-06 15:28:42 +00:00
unbundle-urllib3.patch - Update to 0.23.1: 2023-05-06 15:28:42 +00:00