Package python3-module-gevent: Information

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

Source package: python3-module-gevent
Version: 21.12.0-alt1.1
Latest version according to Repology
Build time:  Nov 16, 2022, 03:00 AM in the task #309935
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: Daniel Zagaynov


ACL:
Vitaly Lipatov
@everybody

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

Last changed


Nov. 12, 2022 Daniel Zagaynov 21.12.0-alt1.1
- NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
Jan. 30, 2022 Grigory Ustinov 21.12.0-alt1
- Build new version for python3.10.
Jan. 18, 2022 Grigory Ustinov 21.1.2-alt2
- Fixed BuildRequires.