python-mitogen 0.3.3-8 source package in Ubuntu

Changelog

python-mitogen (0.3.3-8) unstable; urgency=medium

  * Team upload.
  * d/p/ansible-6, d/control: Bump max ansible to 2.14/7.

 -- Unit 193 <email address hidden>  Tue, 13 Dec 2022 21:43:51 -0500

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.3-8.dsc 2.3 KiB 3b71240060e665652c3d8c301b83a1fb44d5293573cecd768f9e11df416f8669
python-mitogen_0.3.3.orig.tar.gz 1.2 MiB 41d2c540a64ca4706f9413e6807c8d5d401918788ae7428d8273c80bb61ca216
python-mitogen_0.3.3-8.debian.tar.xz 11.7 KiB 21aa1719e3b80ccd2af944b6469d9abf8e764c666b060ca6be84ab2adda3e322

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.