python-mitogen 0.3.4-3 source package in Ubuntu

Changelog

python-mitogen (0.3.4-3) unstable; urgency=medium

  * Patch: Support setting interpreter_python in config, again.
  * Patch: Support Ansible 2.16. (Closes: #1059935)
  * Patch: Python 3.11 support.
  * Patch: Python 3.12 support. (Closes: #1058132, 1061755)
  * Patch test module paths in testlib.py in the ansible-tests autopkgtest.

 -- Stefano Rivera <email address hidden>  Fri, 08 Mar 2024 18:21:07 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.4-3.dsc 1.8 KiB d3fe35647dbf80bcbb2818d2b9ce00849b80f9a8ac7ff2d4781378c452c31dc6
python-mitogen_0.3.4.orig.tar.gz 1.2 MiB 691172eb9f9a3951c2a1756844fcec931bf0e80ae0a6e84ccd58158b8bbfd365
python-mitogen_0.3.4-3.debian.tar.xz 32.5 KiB 0b7669f33f2f51f94cb30182db207311a4966c768691612019773293fe935733

No changes file available.

Binary packages built by this source

ansible-mitogen: Fast connection strategy for Ansible

 Mitogen for Ansible is a completely redesigned UNIX connection layer and
 module runtime for Ansible. Requiring minimal configuration changes, it
 updates Ansible’s slow and wasteful shell-centric implementation with
 pure-Python equivalents, invoked via highly efficient remote procedure calls
 to persistent interpreters tunnelled over SSH. No changes are required to
 target hosts.

python3-mitogen: Library for writing distributed self-replicating programs

 Mitogen is a Python library for writing distributed self-replicating programs.
 .
 There is no requirement for installing packages, copying files around, writing
 shell snippets, upfront configuration, or providing any secondary link to a
 remote machine aside from an SSH connection. Due to its origins for use in
 managing potentially damaged infrastructure, the remote machine need not even
 have free disk space or a writeable filesystem.