Wed, 29 May 2024 23:30:31 UTC | login

Information for build python-trio-0.22.0-5.fc39

ID254460
Package Namepython-trio
Version0.22.0
Release5.fc39
Epoch
SummaryA friendly Python library for async concurrency and I/O
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
StartedFri, 20 Oct 2023 10:21:11 UTC
CompletedFri, 20 Oct 2023 10:21:11 UTC
Tags
f40
RPMs
src
python-trio-0.22.0-5.fc39.src.rpm (info) (download)
noarch
python3-trio-0.22.0-5.fc39.noarch.rpm (info) (download)
Changelog * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 0.22.0-4 - Rebuilt for Python 3.12 * Sat Jul 01 2023 Miro Hrončok <mhroncok@redhat.com> - 0.22.0-3 - Remove async_generator as dependency * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 31 2022 Carl George <carl@george.computer> - 0.22.0-1 - Update to 0.22.0, resolves rhbz#2094511 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.20.0-4 - Rebuilt for Python 3.11 * Thu Mar 24 2022 Miro Hrončok <mhroncok@redhat.com> - 0.20.0-3 - Add fix for Python 3.11 - Fixes: rhbz#2049632 * Thu Mar 03 2022 Carl George <carl@george.computer> - 0.20.0-1 - Latest upstream rhbz#2056578 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jul 24 2021 Carl George <carl@george.computer> - 0.19.0-1 - Latest upstream rhbz#1972135