- Update to 3.0.5:
- Now depends on kombu 2.3.1 + billiard 2.7.3.11
- Fixed a bug with the -B option (``cannot pickle thread.lock objects``)
(Issue #894 + Issue #892, + django-celery #154).
- The restart_pool control command now requires the
CELERYD_POOL_RESTARTS setting to be enabled
This change was necessary as the multiprocessing event that the restart
command depends on is responsible for creating many semaphores/file
descriptors, resulting in problems in some environments.
- chain.apply now passes args to the first task (Issue #889).
- Documented previously secret options to the Django-Celery monitor
in the monitoring userguide (Issue #396).
- Old changelog are now organized in separate documents for each series,
history.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=64
This commit is contained in:
committed by
Git OBS Bridge
parent
e6e2401d39
commit
c4de92dd39
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7136211dac3a46ebcbf2bbbae33654837fd99fee852c7ef63de4962f9065528e
|
||||
size 973604
|
||||
3
celery-3.0.5.tar.bz2
Normal file
3
celery-3.0.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e24c5151e58aee1b609485e5f64ff0cd17a05a5b2e1d33341fa0cb891646f938
|
||||
size 973964
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 18:58:47 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 3.0.5:
|
||||
- Now depends on kombu 2.3.1 + billiard 2.7.3.11
|
||||
- Fixed a bug with the -B option (``cannot pickle thread.lock objects``)
|
||||
(Issue #894 + Issue #892, + django-celery #154).
|
||||
- The restart_pool control command now requires the
|
||||
CELERYD_POOL_RESTARTS setting to be enabled
|
||||
This change was necessary as the multiprocessing event that the restart
|
||||
command depends on is responsible for creating many semaphores/file
|
||||
descriptors, resulting in problems in some environments.
|
||||
- chain.apply now passes args to the first task (Issue #889).
|
||||
- Documented previously secret options to the Django-Celery monitor
|
||||
in the monitoring userguide (Issue #396).
|
||||
- Old changelog are now organized in separate documents for each series,
|
||||
history.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 22:18:34 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
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.3
|
||||
BuildRequires: python-kombu >= 2.3.1
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-nose-cover3
|
||||
BuildRequires: python-pyOpenSSL
|
||||
|
||||
Reference in New Issue
Block a user