Package: python-sparkpost / 1.3.10-6

Metadata

Package Version Patches format
python-sparkpost 1.3.10-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove six.patch | (download)

test/django/test_email_backend.py | 2 1 + 1 - 0 !
test/test_transmissions.py | 5 2 + 3 - 0 !
test/tornado/test_tornado.py | 3 1 + 2 - 0 !
test/tornado/utils.py | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 7 deletions(-)

---
replace distutils.patch | (download)

test/django/utils.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replace distutils' strictversion
 In python 3.12, distutil was removed. Replace distutilx.version.StrictVersion
 with packaging.version's Version