Tue, 28 May 2024 05:57:37 UTC | login

Information for build python-curio-1.6-7.fc40

ID291360
Package Namepython-curio
Version1.6
Release7.fc40
Epoch
SummaryBuilding blocks for performing concurrent I/O
DescriptionCurio is a library of building blocks for performing concurrent I/O and common system programming tasks such as launching subprocesses, working with files, and farming work out to thread and process pools. It uses Python coroutines and the explicit async/await syntax introduced in Python 3.5. Its programming model is based on cooperative multitasking and existing programming abstractions such as threads, sockets, files, subprocesses, locks, and queues. You'll find it to be small, fast, and fun. Curio has no third-party dependencies and does not use the standard asyncio module. Most users will probably find it to be a bit too-low level--it's probably best to think of it as a library for building libraries. Although you might not use it directly, many of its ideas have influenced other libraries with similar functionality.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 08:25:37 UTC
CompletedThu, 29 Feb 2024 08:25:37 UTC
Tags
f40
f41
RPMs
src
python-curio-1.6-7.fc40.src.rpm (info) (download)
noarch
python3-curio-1.6-7.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jul 25 2023 Carl George <carl@george.computer> - 1.6-5 - Add patch for Python 3.12 compatibility, resolves rhbz#2174408 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.6-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Oct 25 2022 Carl George <carl@george.computer> - 1.6-1 - Update to 1.6, resolves rhbz#2137578 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.5-6 - Rebuilt for Python 3.11 * Thu Jan 27 2022 Carl George <carl@george.computer> - 1.5-5 - Convert to pyproject macros