Wed, 29 May 2024 13:05:07 UTC | login

Information for build python-trio-0.23.1-3.fc40

ID292834
Package Namepython-trio
Version0.23.1
Release3.fc40
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
StartedThu, 29 Feb 2024 10:36:09 UTC
CompletedThu, 29 Feb 2024 10:36:09 UTC
Tags
f40
f41
RPMs
src
python-trio-0.23.1-3.fc40.src.rpm (info) (download)
noarch
python3-trio-0.23.1-3.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Nov 07 2023 Carl George <carlwgeorge@fedoraproject.org> - 0.23.1-1 - Update to version 0.23.1, resolves rhbz#2219110 * 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