Fri, 28 Jun 2024 00:54:14 UTC | login

Information for build python-mitogen-0.2.8-1.fc31

ID125779
Package Namepython-mitogen
Version0.2.8
Release1.fc31
Epoch
SummaryDistributed self-replicating programs in Python
DescriptionMitogen 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. It is not intended as a generic RPC framework; the goal is to provide a robust and efficient low-level API on which tools like Salt, Ansible, or Fabric can be built, and while the API is quite friendly and comparable to Fabric, ultimately it is not intended for direct use by consumer software. The focus is to centralize and perfect the intricate dance required to run Python code safely and efficiently on a remote machine, while avoiding temporary files or large chunks of error-prone shell scripts, and supporting common privilege escalation techniques like sudo, potentially in combination with exotic connection methods such as WMI, telnet, or console-over-IPMI.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 31 Aug 2019 14:34:19 UTC
CompletedSat, 31 Aug 2019 14:34:19 UTC
Tags
f31
f32
RPMs
src
python-mitogen-0.2.8-1.fc31.src.rpm (info) (download)
noarch
python3-mitogen-0.2.8-1.fc31.noarch.rpm (info) (download)
Changelog * Sun Aug 25 2019 Carl George <carl@george.computer> - 0.2.8-1 - Latest upstream * Mon Aug 19 2019 Miro HronĨok <mhroncok@redhat.com> - 0.2.6-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 02 2019 Carl George <carl@george.computer> - 0.2.6-2 - Improve patch0 * Tue Apr 16 2019 Carl George <carl@george.computer> - 0.2.6-1 - Latest upstream * Thu Feb 14 2019 Carl George <carl@george.computer> - 0.2.5-1 - Latest upstream * Tue Feb 12 2019 Carl George <carl@george.computer> - 0.2.4-1 - Initial package