python-mitogen 0.3.7-2 source package in Ubuntu

Changelog

python-mitogen (0.3.7-2) unstable; urgency=medium

  * Bump Depends for Ansible 9 support.

 -- Stefano Rivera <email address hidden>  Sat, 20 Apr 2024 11:12:15 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.7-2.dsc 1.8 KiB 9046574f6e1d654608b8a14b8b89dffd8d8bcacc9d761727ee39fb6fe0f294be
python-mitogen_0.3.7.orig.tar.gz 1.2 MiB d81054a4241b24818acd7fb22ed3b4387a08f21bc4798f1e77f7ba6b95741fff
python-mitogen_0.3.7-2.debian.tar.xz 12.2 KiB f2c85e66d32f93fbe99fb22a6a7e93202828641a862c6cd3685b3496a5d9b6f8

Available diffs

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.