Package: spyne / 2.14.0-7
Metadata
Package | Version | Patches format |
---|---|---|
spyne | 2.14.0-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
py3.12_and_sqlalchemy2.patch | (download) |
spyne/client/twisted/__init__.py |
3 1 + 2 - 0 ! |
fix tests for python 3.12 and sqlalchemy >=2 |
classImplements.patch | (download) |
spyne/client/twisted/__init__.py |
10 6 + 4 - 0 ! |
use classimplements() instead of deprecated implements() |
six_1.16.patch | (download) |
spyne/util/six.py |
45 29 + 16 - 0 ! |
bump vendored six to version 1.16.0 |
six_customizations.patch | (download) |
spyne/util/six.py |
5 5 + 0 - 0 ! |
re-add customizations to the bundled six module |
py3.13_cgi.patch | (download) |
spyne/protocol/soap/mime.py |
2 1 + 1 - 0 ! |
replace cgi.parse_header() with custom function for python 3.13 compat The cgi module has been deprecated since Python 3.11 and got removed in Python 3.13. Replace the cgi.parse_header() function with a custom one, as recommended by the Python documentation. Closes #712 |