14
0

Accepting request 1114567 from home:bnavigator:branches:devel:languages:python

- Update to 0.23.3
  * Allow urllib3>=1.25.10
- Release 0.23.2
  * Updated dependency to urllib3>=2 and requests>=2.30.0. See #635
  * Fixed issue when custom adapters were sending only positional
    args. See #642
  * Expose `unbound_on_send` method in `RequestsMock` class. This
    method returns new function that is called by `RequestsMock`
    instead of original `send` method defined by any adapter.
- Drop unbundle-urllib3.patch

OBS-URL: https://build.opensuse.org/request/show/1114567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=61
This commit is contained in:
2023-10-02 16:48:43 +00:00
committed by Git OBS Bridge
parent fc8a447851
commit cb5fe533b1
5 changed files with 22 additions and 87 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 30 19:38:00 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.23.3
* Allow urllib3>=1.25.10
- Release 0.23.2
* Updated dependency to urllib3>=2 and requests>=2.30.0. See #635
* Fixed issue when custom adapters were sending only positional
args. See #642
* Expose `unbound_on_send` method in `RequestsMock` class. This
method returns new function that is called by `RequestsMock`
instead of original `send` method defined by any adapter.
- Drop unbundle-urllib3.patch
-------------------------------------------------------------------
Tue May 23 12:47:08 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>