Package: requests / 2.32.5+dfsg-1

Metadata

Package Version Patches format
requests 2.32.5+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove remote images traking code and ads.patch | (download)

docs/_templates/hacks.html | 54 0 + 54 - 0 !
docs/_templates/sidebarintro.html | 6 0 + 6 - 0 !
docs/_templates/sidebarlogo.html | 24 0 + 24 - 0 !
docs/conf.py | 2 1 + 1 - 0 !
docs/index.rst | 17 0 + 17 - 0 !
5 files changed, 1 insertion(+), 102 deletions(-)

 remove remote images, traking code and ads


0002 Fix tests with HTTP proxy.patch | (download)

tests/test_requests.py | 15 8 + 7 - 0 !
tests/utils.py | 3 2 + 1 - 0 !
2 files changed, 10 insertions(+), 8 deletions(-)

 fix autopkgtest when http/https proxy is set

The pytest suite does not expect the http_proxy, https_proxy and no_proxy
variables to be present in the environment. They make pytest fail and
therefore autopkgtest fail as well.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/requests/+bug/1974182