Name: | python3-trio |
---|---|
Version: | 0.29.0 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 5737545 |
License: | Apache-2.0 OR MIT |
RPM: | python3-trio-0.29.0-1.el10_0.noarch.rpm |
Source RPM: | python-trio-0.29.0-1.el10_0.src.rpm |
Build Date: | Mon Feb 24 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/python-trio/trio |
Summary: | A friendly Python library for async concurrency and I/O |
Description: | The 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. |
- Update to 0.29.0 (close RHBZ#2345683)
- Add a small workaround for pytest 7 in EPEL10
- Update to 0.28.0 (close RHBZ#2254476)
- Assert that .dist-info contains a license file
- Update to 0.26.2
- Update to 0.26.0
- Update to 0.25.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13