15
0
forked from pool/python-celery
Files
python-celery/python-celery.spec
Sascha Peilicke 5338e0d4d4 - Update to version 2.5.1:
* Eventlet/Gevent: A small typo caused celeryd to hang when eventlet/gevent
    was used, this was because the environment was not monkey patched
    early enough.
  * Eventlet/Gevent: Another small typo caused the mediator to be started
    with eventlet/gevent, which would make celeryd sometimes hang at shutdown.
  * Mulitprocessing: Fixed an error occurring if the pool was stopped
    before it was properly started.
  * Proxy objects now redirects __doc__ and __name__ so help(obj) works.
  * Internal timer (timer2) now logs exceptions instead of swallowing them
  * celeryctl shell: can now be started with --eventlet or
    --gevent options to apply their monkey patches.
- Suggest python-eventlet, python-gevent, python-pymongo, python-pytyrant
- Recommend python-curses, python-pyOpenSSL
- Run testsuite
- Changes file cleanup
  - Processes pool: Fixed rare deadlock at shutdown
  - Webhook tasks issued the wrong HTTP POST headers
    Django and virtualenv together
    file directories
  * Fixes module import typo in celeryctl
    couldn't be written
  * Fixed deadlock in worker process handling
  * Eventlet: Fixed problem with shutdown
    more flexible approach
  * CELERY_IMPORTS can now be a scalar value
  * Fixed a memory leak when using the thread pool
  * Adds EMAIL_USE_TLS to enable secure SMTP connections
    where task info would be removed while iterating over it
    the CELERY_RESULT_SERIALIZER setting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=48
2012-03-10 17:57:30 +00:00

2.4 KiB