python-mitogen 0.3.4-2 source package in Ubuntu

Changelog

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

  * Patch: Fix --ask-become-pass, again. We had backed out part of the
    ansible-6 patch to avoid this, before, but it came back in 0.3.4,
    upstream. (Closes: #1042556)

 -- Stefano Rivera <email address hidden>  Fri, 04 Aug 2023 14:00:58 +0300

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mitogen_0.3.4-2.dsc 1.8 KiB 92a05f2103efa7800baebf2a81a6758d902c1bccd7fc82e38bf5accbf63ab7fa
python-mitogen_0.3.4.orig.tar.gz 1.2 MiB 691172eb9f9a3951c2a1756844fcec931bf0e80ae0a6e84ccd58158b8bbfd365
python-mitogen_0.3.4-2.debian.tar.xz 11.4 KiB bf2552408082447062e8fa6a52fd032779b907be3bd2592c26a553be8c2e2542

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.