Package python3-module-gevent: Information

  • Default inline alert: Version in the repository: 23.9.1-alt1

Source package: python3-module-gevent
Version: 21.1.2-alt2
Latest version according to Repology
Build time:  Jan 19, 2022, 07:51 PM in the task #293774
Report package bug
License: MIT
Summary: Coroutine-based network library
Description: 
gevent is a coroutine-based Python networking library
that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.

Features include:
* Fast event loop based on libev or libuv.
* Lightweight execution units based on greenlets.
* API that re-uses concepts from the Python standard library (for examples there are events and queues).
* Cooperative sockets with SSL support
* Cooperative DNS queries performed through a threadpool, dnspython, or c-ares.
* Monkey patching utility to get 3rd party modules to become cooperative
* TCP/UDP/HTTP servers
* Subprocess support (through gevent.subprocess)
* Thread pools

List of rpms provided by this srpm:
python3-module-gevent (x86_64, ppc64le, i586, armh, aarch64)
python3-module-gevent-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-gevent-tests (x86_64, ppc64le, i586, armh, aarch64)
python3-module-greentest (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Grigory Ustinov


ACL:
Vitaly Lipatov
@everybody

    1. python3-module-Cython
    2. python3-module-OpenSSL
    3. python3-module-cryptography
    4. python3-module-greenlet-devel
    5. python3-module-html5lib
    6. python3-module-repoze.sphinx.autointerface
    7. python3-module-setuptools
    8. libcares-devel
    9. libuv-devel
    10. rpm-build-intro >= 2.2.4
    11. rpm-build-python3
    12. libev-devel

Last changed


Jan. 18, 2022 Grigory Ustinov 21.1.2-alt2
- Fixed BuildRequires.
April 21, 2021 Vitaly Lipatov 21.1.2-alt1
- new version (21.1.2) with rpmgs script
- build python3 module separately
May 8, 2019 Stanislav Levin 1.4.0-alt2
- Moved the tests out to subpackage.