Package: python-marathon / 0.13.0-8

Metadata

Package Version Patches format
python-marathon 0.13.0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove the use of 2to3.patch | (download)

setup.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove the use of 2to3
 2to3 is removed from latest setuptools
iterable import from collections.abc.patch | (download)

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

 iterable import from collections.abc
 Iterable has moved to collections.abc a long time ago.
py3.12 assertEqual.patch | (download)

tests/test_model_app.py | 2 1 + 1 - 0 !
tests/test_model_deployment.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 python 3.12: assertequals is removed