Go to file
Ana Guerrero 64d88e0853 Accepting request 1129211 from devel:languages:python
- update to 1.11.0:
  * Exposes some public type aliases (for type hinting only, they
    can't be instanciated)
  * for the types intended to be used by `requests_mock` users.
  * The following types are now exposed:
  * `requests_mock.Context` used in callbacks
  * `requests_mock.Request` used in callbacks, which is a
    `requests.PreparedRequest` proxy.
  * `requests_mock.Callback[T]` which is the callbacks type.
  * .. _requests-mock_1.11.0_Bug Fixes:
  * Some typing inconsistencies have been fixed.
  * Especially for `request` object in signatures which is in
    fact a `requests_mock.Request` object.
  * Fix incompatibility with urllib3 >2.0.0. In 2.0.0 they
    default to enforcing content length checking on returned bodies
    in responses from the previous default of false. However the flag
    is still available so for compatibility we can just default
    the other way.
- drop remove-mock.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1129211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=22
2023-11-28 21:18:44 +00:00
.gitattributes Accepting request 298197 from Cloud:OpenStack:Master 2015-04-24 14:30:55 +00:00
.gitignore Accepting request 298197 from Cloud:OpenStack:Master 2015-04-24 14:30:55 +00:00
python-requests-mock.changes - update to 1.11.0: 2023-07-17 16:29:08 +00:00
python-requests-mock.spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=56 2023-07-17 21:10:18 +00:00
requests-mock-1.11.0.tar.gz - update to 1.11.0: 2023-07-17 16:29:08 +00:00