[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python3-async-timeout-4.0.2-2.el9.noarch download

Name python3-async-timeout
Epoch 0
Version 4.0.2
Release 2.el9
Architecture noarch
Website/URL https://github.com/aio-libs/async-timeout
License ASL 2.0
Build Time 2024-02-12 20:37:53
Build Host builder-x86-04.inferitos.ru
Summary An asyncio-compatible timeout context manager
Repositories Extras
Description asyncio-compatible timeout context manager The context manager is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.
Errata
Size 18 KiB
Source Project python-async-timeout-4.0.2-2.el9
SHA-256 checksum 5b47b3ca9a2ef5f266423700d98ec837055bde8f18eb8eb8de914e68c2d6b838
× Full screenshot
Changelog link
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.0.2-2
- Rebuilt for MSVSphere 9.3

* Tue Apr 19 2022 Carl George <carl@george.computer> - 4.0.2-2
- Convert to pyproject macros