Fri, 19 Apr 2024 09:25:26 UTC | login

Information for build python-trio-0.18.0-1.el9s

ID34701
Package Namepython-trio
Version0.18.0
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-trio.git#7667d1aeac02375e909f71299e3f90250ce55957
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 byamoralej
State complete
Volume DEFAULT
StartedTue, 14 Sep 2021 12:35:12 UTC
CompletedTue, 14 Sep 2021 12:36:12 UTC
Taskbuild (cloud9s-openstack-xena-el9s, /rpms/python-trio.git:7667d1aeac02375e909f71299e3f90250ce55957)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-trio.git#7667d1aeac02375e909f71299e3f90250ce55957'}}
Tags
cloud9s-openstack-antelope-release
cloud9s-openstack-antelope-testing
cloud9s-openstack-bobcat-release
cloud9s-openstack-bobcat-testing
cloud9s-openstack-caracal-el9s-build
cloud9s-openstack-caracal-testing
cloud9s-openstack-dalmatian-el9s-build
cloud9s-openstack-dalmatian-testing
cloud9s-openstack-wallaby-el9s-build
cloud9s-openstack-xena-el9s-build
cloud9s-openstack-yoga-el9s-build
cloud9s-openstack-zed-release
cloud9s-openstack-zed-testing
RPMs
src
python-trio-0.18.0-1.el9s.src.rpm (info) (download)
noarch
python3-trio-0.18.0-1.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Tue Feb 09 2021 Joel Capitao <jcapitao@redhat.com> - 0.18.0-1 - Latest upstream rhbz#1879061 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Sep 06 2020 Carl George <carl@george.computer> - 0.16.0-1 - Latest upstream * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 04 2020 Carl George <carl@george.computer> - 0.15.1-1 - Latest upstream rhbz#1828266 * 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