Package: python-mitogen / 0.3.0~rc1-4

Metadata

Package Version Patches format
python-mitogen 0.3.0~rc1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
unbundle simplejson | (download)

ansible_mitogen/process.py | 37 0 + 37 - 0 !
ansible_mitogen/target.py | 5 0 + 5 - 0 !
2 files changed, 42 deletions(-)

 we removed the bundled simplejson

The simplejson compatibility module isn't importable in 3.x, breaking
our byte-compilation toolchain. As it's only needed for Python 2.4
targets, we simply choose to drop it. If necessary, simplejson can be
manually installed on targets.

check version early | (download)

ansible_mitogen/loaders.py | 67 53 + 14 - 0 !
ansible_mitogen/planner.py | 10 0 + 10 - 0 !
ansible_mitogen/strategy.py | 48 1 + 47 - 0 !
3 files changed, 54 insertions(+), 71 deletions(-)

 check ansible version before loaders are loaded