forked from pool/python-celery
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
098573efa1
commit
81616ffb5f
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91e27255f39c3bb8498929ff915317d3601e0fe54c6b8ba11b89df06c94e6b00
|
||||
size 860619
|
||||
3
celery-2.5.3.tar.bz2
Normal file
3
celery-2.5.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27793c23a639fde55f61681fbbcb13301d1742f5b33b5c167c9c96ed05a0cc98
|
||||
size 861020
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user