Debian Patches
Status for python-wsme/0.12.1-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| py3.12-fix-importlib_metadata.patch | Fix importlib_metadata | Thomas Goirand <zigo@debian.org> | no | 2024-03-17 | ||
| Drop-pytz.patch | Drop pytz It can be replaced by the built-in datetime module. diff --git a/requirements.txt b/requirements.txt index 32aaeba..7c90092 100644 |
Takashi Kajinami <kajinamit@oss.nttdata.com> | no | upstream, https://review.opendev.org/c/x/wsme/+/930708 | 2025-11-26 | |
| Remove_support_for_cgi.FieldStorage.patch | Remove support for cgi.FieldStorage The python cgi module is being removed in python 3.13[1]. . This patch removes support for parsing cgi.FieldStorage from wsme File objects, removing the dependency on the cgi module from wsme. . Note: This does not remove the fieldstorage parameter from the File type to maintain backward compatibility. . [1] https://docs.python.org/3/library/cgi.html diff --git a/wsme/rest/args.py b/wsme/rest/args.py index 855b51a..b34671d 100644 |
Michael Johnson <johnsomor@gmail.com> | no | debian | upstream, https://review.opendev.org/c/x/wsme/+/931843 | 2024-10-09 |
