Thu, 24 Apr 2025 23:16:56 MSK | login

Information for build python-trio-0.29.0-1.el10_0

ID29347
Package Namepython-trio
Version0.29.0
Release1.el10_0
Epoch
Sourcegit+http://git.inferitos.ru/rpms/python-trio#f8b1be973f79c21133ca4433a82c8fa63e8a18f0
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 bytigro
State complete
Volume DEFAULT
StartedThu, 10 Apr 2025 15:28:23 MSK
CompletedThu, 10 Apr 2025 15:30:12 MSK
Taskbuild (inferit-10_0-extras, /rpms/python-trio/:changed/i10ce/python-trio-0.29.0-1.el10)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/python-trio/?#changed/i10ce/python-trio-0.29.0-1.el10'}}
Tags
inferit-10_0-extras
RPMs
src
python-trio-0.29.0-1.el10_0.src.rpm (info) (download)
noarch
python3-trio-0.29.0-1.el10_0.noarch.rpm (info) (download)
Logs
noarch
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Fri Feb 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.29.0-1 - Update to 0.29.0 (close RHBZ#2345683) * Wed Feb 12 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.28.0-2 - Add a small workaround for pytest 7 in EPEL10 * Tue Feb 11 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.28.0-1 - Update to 0.28.0 (close RHBZ#2254476) * Tue Feb 11 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.26.2-2 - Assert that .dist-info contains a license file * Mon Feb 10 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.26.2-1 - Update to 0.26.2 * Mon Feb 10 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.26.0-1 - Update to 0.26.0 * Mon Feb 10 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.25.1-1 - Update to 0.25.1 * Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.23.1-6 - Rebuilt for MSVSphere 10 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.23.1-5 - Rebuilt for Python 3.13 * Mon May 27 2024 Miro Hrončok <miro@hroncok.cz> - 0.23.1-4 - Python 3.13 support * 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