python-mitogen 0.3.1-3 source package in Ubuntu

Changelog

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

  * Patch: Support the presence of distro 1.7.0. (Closes: #1006330)

 -- Stefano Rivera <email address hidden>  Sun, 06 Mar 2022 12:04:58 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.1-3.dsc 1.8 KiB cf56df5a43340ec5060a465e658c1ef0c10591b9c098ea39ad86730d938d8f5c
python-mitogen_0.3.1.orig.tar.xz 1010.8 KiB c50974c2ecef73efff080674cc65dbdc2c07480a704341bbdf9d88c1630fbdce
python-mitogen_0.3.1-3.debian.tar.xz 9.4 KiB 09dab13c7515bba53ba71d6c42af2fbed3e6300309b8d7890bfc75adfb6ed2c8

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.