Package python-module-aioutils: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #229191
Package removed: Vitaly Lipatov
Deletion date: May 11, 2019
    Source package: python-module-aioutils
    Version: 0.3.10-alt1.1
    Build time:  Feb 3, 2018, 09:09 AM in the task #199035
    Report package bug
    License: ASLv2.0
    Summary: Python3 Asyncio Utils
    Description: 
    Python3 Asyncio implements an event loop, but in quite low level, it
    misses some basic helpers that can make our life a lot easier.
    
    This package enhances asyncio.wait and asyncio.as_completed, provides
    more user friendly interfaces through the following primitives.
    
    * Group: a gevent.pool.Group alike object, allows you to spawn
      coroutines and join them later
    * Pool: a gevent.poo.Pool alike object, allows setting concurrency level
    * Bag: a helper to write generator with coroutines
    * OrderedBag: a helper to write generator with coroutines, and keep
      yielding order the same as spawning order

    List of rpms provided by this srpm:
    python3-module-aioutils (noarch)

    Maintainer: Stanislav Levin


      1. python3-devel
      2. python3(nose)
      3. python3-module-pytest
      4. python3-module-setuptools
      5. python3(asyncio)
      6. rpm-build-python3

    Last changed


    Feb. 2, 2018 Stanislav Levin 0.3.10-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    Dec. 4, 2017 Aleksei Nikiforov 0.3.10-alt1
    - Updated to upstream version 0.3.10.
    March 13, 2016 Ivan Zakharyaschev 0.2.0-alt1.git20150226.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)