Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Inherit-HTTPConnection-through-urllib3.connection-no.patch | Inherit HTTPConnection through urllib3.connection, not httplib By inheriting from `urllib3.connection.HTTPConnection` (that inherits from `httplib.HTTPConnection` itself), we can adapt to the internal changes in urllib3 2.0 that added a `request()` method that is incompatible with httplib.HTTPConnection.request. . This fixes the incompatibility between urllib3 2.0 and requests 1.26+, which was the first version that stopped vendoring urllib3. . Reference: https://github.com/docker/docker-py/issues/3113#issuecomment-1531570788 Fixes: #70 |
Martin Roukala <martin.roukala@mupuf.org> | yes | upstream | upstream, https://github.com/msabramo/requests-unixsocket/pull/69 | 2024-02-14 |
testutils-fix-test-flake-on-HEAD-request.patch | testutils: fix test flake on HEAD request | Dan Bungert <daniel.bungert@canonical.com> | yes | debian | 2024-04-29 | |
requests-2.32.2.patch | adapters: fix for requests 2.32.2+ | Simon Deziel <simon.deziel@canonical.com> | no | debian | other, https://github.com/msabramo/requests-unixsocket/pull/72 | 2024-08-16 |