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 filePatch | File delta | Description |
---|---|---|
unbundle simplejson | (download) |
ansible_mitogen/process.py |
37 0 + 37 - 0 ! |
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 ! |
check ansible version before loaders are loaded |
1