Mon, 13 May 2024 04:20:03 UTC | login

Information for build python-trio-0.11.0-4.fc32

ID131898
Package Namepython-trio
Version0.11.0
Release4.fc32
Epoch
SummaryAn async/await-native I/O library for humans and snake people
DescriptionThe Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 11:05:19 UTC
CompletedTue, 03 Dec 2019 11:05:19 UTC
Tags
f32
f33
RPMs
src
python-trio-0.11.0-4.fc32.src.rpm (info) (download)
noarch
python3-trio-0.11.0-4.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 28 2019 Carl George <carl@george.computer> - 0.11.0-1 - Latest upstream * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Sep 20 2018 Carl George <carl@george.computer> - 0.7.0-1 - Initial package