Package python3-module-celery: Information

    Source package: python3-module-celery
    Version: 5.6.2-alt1
    Latest version according to Repology
    Build time:  Mar 13, 2026, 08:47 AM in the task #411115
    Report package bug
    License: BSD License
    Summary: Celery is an open source asynchronous task queue/job queue based on distributed message passing
    Description: 
    Celery is an open source asynchronous task queue/job queue based on
    distributed message passing.  It is focused on real-time operation,
    but supports scheduling as well.
    
    The execution units, called tasks, are executed concurrently on one
    or more worker nodes using multiprocessing, `Eventlet`_ or `gevent`_.
    Tasks can execute asynchronously (in the background) or synchronously
    (wait until ready).
    
    Celery is used in production systems to process millions of tasks a day.

    List of RPM packages built from this SRPM:
    python3-module-celery (x86_64, i586, aarch64)
    python3-module-celery-sphinx (x86_64, i586, aarch64)

    Maintainer: Vitaly Lipatov


    ACL:
    Vitaly Lipatov
    @everybody

      1. python3(redis)
      2. python3(requests)
      3. python3-module-billiard >= 3.6.3
      4. python3-module-django
      5. python3-module-ecdsa
      6. python3-module-html5lib
      7. python3-module-kombu >= 4.6.10
      8. python3-module-pytz
      9. python3-module-setuptools
      10. python3-module-vine >= 1.3.0
      11. python3(Crypto)
      12. rpm-build-intro
      13. rpm-build-python3
      14. dvipng
      15. python3(eventlet)

    Last changed


    March 12, 2026 Vitaly Lipatov 5.6.2-alt1
    - new version 5.6.2
    March 12, 2026 Vitaly Lipatov 5.4.0-alt1
    - new version 5.4.0
    Dec. 19, 2024 Michael Shigorin 5.3.6-alt2
    - E2K: skip eventlet dependency (not available so far)
    - minor spec cleanup (see also ALT#46206)