From 81616ffb5f6d6e90098c8ac11c6e3bd743211cc4d114e303fb50eafe84f2f057 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 16 Apr 2012 22:51:59 +0000 Subject: [PATCH] - Update to 2.5.3: * A bug causes messages to be sent with UTC timestamps even though CELERY_ENABLE_UTC was not enabled (Issue #636). * celerybeat: No longer crashes if an entry's args is set to None (Issue #657). * Autoreload did not work if a module's __file__ attribute was set to the modules '.pyc' file. (Issue #647). * Fixes early 2.5 compatibility where __package__ does not exist (Issue #638). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=54 --- celery-2.5.2.tar.bz2 | 3 --- celery-2.5.3.tar.bz2 | 3 +++ python-celery.changes | 13 +++++++++++++ python-celery.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 celery-2.5.2.tar.bz2 create mode 100644 celery-2.5.3.tar.bz2 diff --git a/celery-2.5.2.tar.bz2 b/celery-2.5.2.tar.bz2 deleted file mode 100644 index 773a6b8..0000000 --- a/celery-2.5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e27255f39c3bb8498929ff915317d3601e0fe54c6b8ba11b89df06c94e6b00 -size 860619 diff --git a/celery-2.5.3.tar.bz2 b/celery-2.5.3.tar.bz2 new file mode 100644 index 0000000..959e2cb --- /dev/null +++ b/celery-2.5.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27793c23a639fde55f61681fbbcb13301d1742f5b33b5c167c9c96ed05a0cc98 +size 861020 diff --git a/python-celery.changes b/python-celery.changes index f7c63cb..f89f651 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 16 22:47:39 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.5.3: + * A bug causes messages to be sent with UTC timestamps even though + CELERY_ENABLE_UTC was not enabled (Issue #636). + * celerybeat: No longer crashes if an entry's args is set to None + (Issue #657). + * Autoreload did not work if a module's __file__ attribute + was set to the modules '.pyc' file. (Issue #647). + * Fixes early 2.5 compatibility where __package__ does not exist + (Issue #638). + ------------------------------------------------------------------- Wed Mar 14 13:19:14 UTC 2012 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 2e81d7c..cae916f 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -20,7 +20,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-celery -Version: 2.5.2 +Version: 2.5.3 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue