15
0
forked from pool/python-celery

Accepting request 261217 from home:appleonkel:branches:devel:languages:python

Update to current version

OBS-URL: https://build.opensuse.org/request/show/261217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=87
This commit is contained in:
Denisart Benjamin
2014-11-12 10:16:57 +00:00
committed by Git OBS Bridge
parent a5e4529f5c
commit b29668087d
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 12 09:57:50 UTC 2014 - oliver.bengs@opensuse.org
- Update to version 3.1.16
+ Worker: 3.1.15 broke -Ofair behavior (Issue #2286).
+ Canvas: celery.signature now properly forwards app argument in all cases.
+ Task: .retry() did not raise the exception correctly when called without a current exception.
+ Worker: The enable_events remote control command disabled worker-related events by mistake (Issue #2272).
+ Django: Adds support for Django 1.7 class names in INSTALLED_APPS when using app.autodiscover_tasks() (Issue #2248).
+ Redis/Cache Backends: Chords will now run at most once if one or more tasks in the chord are executed multiple times for some reason.
-------------------------------------------------------------------
Sun Dec 1 16:36:56 UTC 2013 - oliver.bengs@opensuse.org