Package: python-wsme / 0.12.1-7

Metadata

Package Version Patches format
python-wsme 0.12.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
py3.12 fix importlib_metadata.patch | (download)

wsme/protocol.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix importlib_metadata
Remove_support_for_cgi.FieldStorage.patch | (download)

wsme/rest/args.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 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
Drop pytz.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
wsme/tests/test_utils.py | 27 16 + 11 - 0 !
wsme/utils.py | 6 3 + 3 - 0 !
3 files changed, 19 insertions(+), 15 deletions(-)

 drop pytz
 It can be replaced by the built-in datetime module.