forked from pool/python-celery
- Update to 3.0.7:
- Fixes several problems with periodic tasks and timezones (Issue #937). - Now depends on kombu 2.4.2 - Redis: Fixes a race condition crash - Fixes an infinite loop that could happen when retrying establishing the broker connection. - Daemons now redirect standard file descriptors to /dev/null Though by default the standard outs are also redirected to the logger instead, but you can disable this by changing the CELERY_REDIRECT_STDOUTS setting. - Fixes possible problems when eventlet/gevent is patched too late. - LoggingProxy no longer defines fileno() (Issue #928). - Results are now ignored for the chord unlock task. Fix contributed by Steeve Morin. - Cassandra backend now works if result expiry is disabled. Fix contributed by Steeve Morin. - The traceback object is now passed to signal handlers instead of the string representation. Fix contributed by Adam DePue. - Celery command: Extensions are now sorted by name. - A regression caused the task-failed event to be sent with the exception object instead of its string representation. - The worker daemon would try to create the pid file before daemonizing to catch errors, but this file was not immediately released (Issue #923). - Fixes Jython compatibility. - billiard.forking_enable was called by all pools not just the processes pool, which would result in a useless warning if the billiard C extensions were not installed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=66
This commit is contained in:
committed by
Git OBS Bridge
parent
c1a4420793
commit
510815b44a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c7fdc96761d7d0158429536a7c6baba059283ba345e503917ff837970412d8
|
||||
size 1126559
|
||||
3
celery-3.0.7.tar.bz2
Normal file
3
celery-3.0.7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb4b35f728f7e350904c895ce1d7fffa81dbcaf2d16c5d85b375fedddc69e305
|
||||
size 1127926
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 22:30:22 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 3.0.7:
|
||||
- Fixes several problems with periodic tasks and timezones (Issue #937).
|
||||
- Now depends on kombu 2.4.2
|
||||
- Redis: Fixes a race condition crash
|
||||
- Fixes an infinite loop that could happen when retrying establishing
|
||||
the broker connection.
|
||||
- Daemons now redirect standard file descriptors to /dev/null
|
||||
Though by default the standard outs are also redirected
|
||||
to the logger instead, but you can disable this by changing
|
||||
the CELERY_REDIRECT_STDOUTS setting.
|
||||
- Fixes possible problems when eventlet/gevent is patched too late.
|
||||
- LoggingProxy no longer defines fileno() (Issue #928).
|
||||
- Results are now ignored for the chord unlock task.
|
||||
Fix contributed by Steeve Morin.
|
||||
- Cassandra backend now works if result expiry is disabled.
|
||||
Fix contributed by Steeve Morin.
|
||||
- The traceback object is now passed to signal handlers instead
|
||||
of the string representation.
|
||||
Fix contributed by Adam DePue.
|
||||
- Celery command: Extensions are now sorted by name.
|
||||
- A regression caused the task-failed event to be sent
|
||||
with the exception object instead of its string representation.
|
||||
- The worker daemon would try to create the pid file before daemonizing
|
||||
to catch errors, but this file was not immediately released (Issue #923).
|
||||
- Fixes Jython compatibility.
|
||||
- billiard.forking_enable was called by all pools not just the
|
||||
processes pool, which would result in a useless warning if the billiard
|
||||
C extensions were not installed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 22:34:07 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 3.0.6
|
||||
Version: 3.0.7
|
||||
Release: 0
|
||||
Url: http://celeryproject.org
|
||||
Summary: Distributed Task Queue
|
||||
@@ -33,7 +33,7 @@ BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-eventlet
|
||||
BuildRequires: python-gevent
|
||||
BuildRequires: python-kombu >= 2.4.0
|
||||
BuildRequires: python-kombu >= 2.4.2
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-nose-cover3
|
||||
BuildRequires: python-pyOpenSSL
|
||||
|
||||
Reference in New Issue
Block a user