python-mitogen 0.3.3-7 source package in Ubuntu

Changelog

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

  * Support the nocheck build profile.

 -- Stefano Rivera <email address hidden>  Mon, 17 Oct 2022 16:57:13 +0200

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.3-7.dsc 1.8 KiB 14270777b11234a90f84e81b9775505a16e2b4d151dd9053faf00385209818ab
python-mitogen_0.3.3.orig.tar.gz 1.2 MiB 41d2c540a64ca4706f9413e6807c8d5d401918788ae7428d8273c80bb61ca216
python-mitogen_0.3.3-7.debian.tar.xz 11.7 KiB 2a0dd964bd47ea4b1e2a2e1fb1c5f5f1a1625bf49021c95d58a8858c114a38fe

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.