From b29668087d150be0b1d3700b0b6d42a539d1a743233f4802a02417a15d93bd67 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 12 Nov 2014 10:16:57 +0000
Subject: [PATCH] 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
---
celery-3.1.16.tar.gz | 3 +++
celery-3.1.5.tar.gz | 3 ---
python-celery.changes | 11 +++++++++++
python-celery.spec | 4 ++--
4 files changed, 16 insertions(+), 5 deletions(-)
create mode 100644 celery-3.1.16.tar.gz
delete mode 100644 celery-3.1.5.tar.gz
diff --git a/celery-3.1.16.tar.gz b/celery-3.1.16.tar.gz
new file mode 100644
index 0000000..7b4117f
--- /dev/null
+++ b/celery-3.1.16.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:83079c2974b3e1ac7517b33cde829db59fc2f560482c85ee4f2c751d3dd4f8f3
+size 1296002
diff --git a/celery-3.1.5.tar.gz b/celery-3.1.5.tar.gz
deleted file mode 100644
index 66581a7..0000000
--- a/celery-3.1.5.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:56797e4ab88c702e2a2a25002b2c38ba2fa183270fe3db843f2f72943e4406df
-size 1262355
diff --git a/python-celery.changes b/python-celery.changes
index d200856..8e66d7f 100644
--- a/python-celery.changes
+++ b/python-celery.changes
@@ -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
diff --git a/python-celery.spec b/python-celery.spec
index f10840d..0992c88 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -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