Tue, 28 May 2024 21:13:58 UTC | login

Information for build python-trio-0.13.0-3.fc33

ID160424
Package Namepython-trio
Version0.13.0
Release3.fc33
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
StartedWed, 03 Jun 2020 12:43:02 UTC
CompletedWed, 03 Jun 2020 12:43:02 UTC
Tags
f33
RPMs
src
python-trio-0.13.0-3.fc33.src.rpm (info) (download)
noarch
python3-trio-0.13.0-3.fc33.noarch.rpm (info) (download)
Changelog * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 02 2020 Carl George <carl@george.computer> - 0.13.0-1 - Latest upstream rhbz#1742425 * 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