[ Все 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 ]
×

Пакет python-async-timeout-4.0.2-2.el9.src download

Имя python-async-timeout
Эпоха 0
Версия 4.0.2
Релиз 2.el9
Архитектура src
Сайт https://github.com/aio-libs/async-timeout
Лицензия ASL 2.0
Время сборки 2024-02-12 20:37:53
Хост сборки builder-x86-04.inferitos.ru
Краткое описание An asyncio-compatible timeout context manager
Репозитории Extras
Полное описание 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.
Эррата
Размер 21 КиБ
Исходный проект python-async-timeout-4.0.2-2.el9
Контрольная сумма SHA-256 6f3804c666b99fddde2f8fb73fce0feba0ad39dc1cd3bb65faeded0d638e76d4
× Full screenshot
История изменений 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