Debian Patches
Status for python-wsgi-intercept/1.13.1-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| support-urllib3-2.x_1.patch | [PATCH 1/6] get rid of six and python 2 | Chris Dent <cdent@anticdent.org> | no | 2024-03-16 | ||
| support-urllib3-2.x_2.patch | [PATCH 2/6] for sharing testing | Chris Dent <cdent@anticdent.org> | no | 2024-03-19 | ||
| support-urllib3-2.x_3.patch | [PATCH 3/6] play around with arg manipulation | Chris Dent <cdent@anticdent.org> | no | 2024-03-19 | ||
| support-urllib3-2.x_4.patch | [PATCH 4/6] Correct SSL handling for urllib3 based things It seems that we need to replicate some ssl context handling done in urllib3 as we are routing around some of that by using wsgi-intercept, even when not actively intercepting a host. |
Chris Dent <cdent@anticdent.org> | no | 2024-03-20 | ||
| support-urllib3-2.x_5.patch | [PATCH 5/6] pep8 and readme fixes | Chris Dent <cdent@anticdent.org> | no | 2024-03-20 | ||
| support-urllib3-2.x_6.patch | [PATCH 6/6] extraneous print removal | Chris Dent <cdent@anticdent.org> | no | 2024-03-22 | ||
| pop-ssl-context.patch | pop ssl_context =================================================================== |
Thomas Goirand <zigo@debian.org> | no | debian | 2024-07-09 | |
| pop-max_response_headers.patch | pop max_response_headers The tests fail with numerous errors related to HTTPConnection and HTTPSConnection, like this one: . AttributeError("'HTTPS_WSGIInterceptor' object has no attribute '_dns_host'") . The root cause is that in Python 3.15 http.client.HTTPConnection added a new kwarg max_response_headers [2]. I've created a patch that takes care of this by popping the argument. |
Maximiliano Curia <maxy@debian.org> | no | debian | 2026-09-02 |
