Package python3-module-eventlet: Information

    Source package: python3-module-eventlet
    Version: 0.33.3-alt3
    Build time:  Nov 5, 2023, 01:28 PM in the task #332902
    Report package bug
    License: MIT
    Summary: Highly concurrent networking library
    Description: 
    Eventlet is a concurrent networking library for Python that allows you
    to change how you run your code, not how you write it.
    
    It uses epoll or libevent for highly scalable non-blocking I/O.
    Coroutines ensure that the developer uses a blocking style of
    programming that is similar to threading, but provide the benefits of
    non-blocking I/O. The event dispatch is implicit, which means you can
    easily use Eventlet from the Python interpreter, or as a small part of a
    larger application.

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

    Maintainer: Anton Vyatkin


      1. rpm-build-intro >= 2.2.5
      2. rpm-build-python3
      3. rpm-macros-sphinx3
      4. pytest3
      5. python3(zmq)
      6. python3-module-dns >= 1.15.0
      7. python3-module-greenlet >= 0.3
      8. python3-module-setuptools
      9. python3-module-six >= 1.10.0
      10. python3-module-sphinx
      11. python3-module-urllib3

    Last changed


    Oct. 13, 2023 Anton Vyatkin 0.33.3-alt3
    - Dropped dependency on distutils.
    April 12, 2023 Anton Vyatkin 0.33.3-alt2
    - Fix BuildRequires
    March 17, 2023 Vitaly Lipatov 0.33.3-alt1
    - new version 0.33.3 (with rpmrb script)
    - remove obsoleted OpenSSL.tsafe using (ALT bug 45443)