Fri, 26 Apr 2024 13:24:48 UTC | login

Information for build python-curio-1.4-1.el8

ID31034
Package Namepython-curio
Version1.4
Release1.el8
Epoch
Sourcepython-curio-1.4-1.el8.src.rpm
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 byykarel
State complete
Volume DEFAULT
StartedThu, 08 Oct 2020 06:53:00 UTC
CompletedThu, 08 Oct 2020 06:55:33 UTC
Taskbuild (cloud8-openstack-victoria-el8, python-curio-1.4-1.el8.src.rpm)
Extra{'source': {'original_url': 'python-curio-1.4-1.el8.src.rpm'}}
Tags
cloud8-openstack-ussuri-release
cloud8-openstack-ussuri-testing
cloud8-openstack-victoria-release
cloud8-openstack-victoria-testing
cloud8-openstack-wallaby-testing
cloud8s-openstack-ussuri-release
cloud8s-openstack-ussuri-testing
cloud8s-openstack-victoria-release
cloud8s-openstack-victoria-testing
cloud8s-openstack-wallaby-release
cloud8s-openstack-wallaby-testing
cloud8s-openstack-xena-release
cloud8s-openstack-xena-testing
cloud8s-openstack-yoga-release
cloud8s-openstack-yoga-testing
cloud8s-openstack-zed-testing
RPMs
src
python-curio-1.4-1.el8.src.rpm (info) (download)
noarch
python3-curio-1.4-1.el8.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Mon Oct 05 2020 Yatin Karel <ykarel@redhat.com> - 1.4-1 - Update to 1.4 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1-2 - Rebuilt for Python 3.9 * Wed Mar 18 2020 Carl George <carl@george.computer> - 1.1-1 - Latest upstream - Add patch0 to skip tests that require internet * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Sep 12 2018 Carl George <carl@george.computer> - 0.9-1 - Initial package