Debian Patches
Status for httpbin/0.10.2+dfsg-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
restore-forms-post.patch | restore at least a minimum forms-post.html | Daniel Stender <debian@danielstender.com> | yes | 2021-12-11 | ||
restore-UTF-8-demo.patch | restore at least a minimal UTF-8-demo.txt | Daniel Stender <debian@danielstender.com> | yes | 2021-12-11 | ||
brotli.patch | Use brotli instead of brottlicffi | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | not-needed | 2023-08-15 | ||
google-fonts-privacy-breach.patch | Fix Google Fonts privacy breach | =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org> | not-needed | 2023-08-26 | ||
flask-2.3.0.patch | Replace deprecated JSONIFY_PRETTYPRINT_REGULAR usage This was deprecated in 2.2.0, and is gone in 2.3.0. We already require 2.2.4 or higher. The deprecation notice says to set `app.json.compact` instead, so we'll do that! |
Adam Williamson <awilliam@redhat.com> | no | https://github.com/psf/httpbin/pull/34 | 2023-10-17 | |
remove-six.patch | [PATCH] cleanup remaining usage of "six" | Alexandre Detiste <alexandre.detiste@gmail.com> | yes | 2024-01-05 | ||
fix-bytes-endpoint.patch | [PATCH] Fix /bytes endpoint with newer werkzeug versions At some point, werkzeug starting checking the inputs to the write() method, which caused the following traceback: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 364, in run_wsgi execute(self.server.app) File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 328, in execute write(data) File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 296, in write assert isinstance(data, bytes), "applications must write bytes" Fix this by using bytes instead of bytearray. |
Scott Talbert <swt@techie.net> | no | https://github.com/psf/httpbin/pull/41 | 2024-01-10 | |
SyntaxWarning.patch | no |
All known versions for source package 'httpbin'
- 0.10.2+dfsg-2 (trixie, sid)
- 0.7.0+dfsg-5 (bookworm)
- 0.5.0+dfsg-4 (bullseye)