Fri, 28 Jun 2024 00:56:19 UTC | login

Information for build python-mitogen-0.2.9-2.fc32

ID138021
Package Namepython-mitogen
Version0.2.9
Release2.fc32
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
StartedFri, 27 Mar 2020 08:42:18 UTC
CompletedFri, 27 Mar 2020 08:42:18 UTC
Tags
f33
RPMs
src
python-mitogen-0.2.9-2.fc32.src.rpm (info) (download)
noarch
python3-mitogen-0.2.9-2.fc32.noarch.rpm (info) (download)
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 06 2019 Carl George <carl@george.computer> - 0.2.9-1 - Latest upstream * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.8-2 - Rebuilt for Python 3.8.0rc1 (#1748018) * 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