Package python3-module-gevent: Information

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

Source package: python3-module-gevent
Version: 22.10.1-alt1
Latest version according to Repology
Build time:  Mar 13, 2023, 12:57 AM in the task #316634
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: Vitaly Lipatov


ACL:
Vitaly Lipatov
@everybody

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

Last changed


March 13, 2023 Vitaly Lipatov 22.10.1-alt1
- new version 22.10.1 (with rpmrb script)
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.