From 88a91c8ca25b09daf803d004699bfd743daa3b00a0f37b920c0f1f613456c1b0 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 20 Jul 2012 21:17:03 +0000 Subject: [PATCH] - Update to 3.0.3: - amqplib passes the channel object as part of the delivery_info and it's not pickleable, so we now remove it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=62 --- celery-3.0.1.tar.bz2 | 3 --- celery-3.0.3.tar.bz2 | 3 +++ python-celery.changes | 7 +++++++ python-celery.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 celery-3.0.1.tar.bz2 create mode 100644 celery-3.0.3.tar.bz2 diff --git a/celery-3.0.1.tar.bz2 b/celery-3.0.1.tar.bz2 deleted file mode 100644 index afafaa5..0000000 --- a/celery-3.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8bad0657250f8c82f31aadbd29223b78196abac3cba16b548bb681b98ffe386 -size 872457 diff --git a/celery-3.0.3.tar.bz2 b/celery-3.0.3.tar.bz2 new file mode 100644 index 0000000..fb51522 --- /dev/null +++ b/celery-3.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57eb32392d30bfadca0f10ba8dbedc2483473386446d23a7f5932eb8f9c78d98 +size 874811 diff --git a/python-celery.changes b/python-celery.changes index d7d6ca7..5fdb570 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 20 21:12:59 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.0.3: + - amqplib passes the channel object as part of the delivery_info + and it's not pickleable, so we now remove it. + ------------------------------------------------------------------- Tue Jul 10 22:43:17 UTC 2012 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 70958df..4ea6ffb 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -17,7 +17,7 @@ Name: python-celery -Version: 3.0.1 +Version: 3.0.3 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue