Fri, 28 Jun 2024 00:47:49 UTC | login

Information for build python-mitogen-0.2.9-4.fc33

ID173196
Package Namepython-mitogen
Version0.2.9
Release4.fc33
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
StartedThu, 13 Aug 2020 12:31:08 UTC
CompletedThu, 13 Aug 2020 12:31:08 UTC
Tags
f33
f37
f38
RPMs
src
python-mitogen-0.2.9-4.fc33.src.rpm (info) (download)
noarch
python3-mitogen-0.2.9-4.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.9-3 - Rebuilt for Python 3.9 * 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