Accepting request 261219 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/261219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery?expand=0&rev=14
This commit is contained in:
2014-11-13 08:18:00 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

3
celery-3.1.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83079c2974b3e1ac7517b33cde829db59fc2f560482c85ee4f2c751d3dd4f8f3
size 1296002

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56797e4ab88c702e2a2a25002b2c38ba2fa183270fe3db843f2f72943e4406df
size 1262355

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-celery
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-celery
Version: 3.1.5
Version: 3.1.16
Release: 0
Url: http://celeryproject.org
Summary: Distributed Task Queue