diff --git a/celery-3.0.4.tar.bz2 b/celery-3.0.4.tar.bz2 deleted file mode 100644 index ff81e2f..0000000 --- a/celery-3.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7136211dac3a46ebcbf2bbbae33654837fd99fee852c7ef63de4962f9065528e -size 973604 diff --git a/celery-3.0.5.tar.bz2 b/celery-3.0.5.tar.bz2 new file mode 100644 index 0000000..5cc7910 --- /dev/null +++ b/celery-3.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24c5151e58aee1b609485e5f64ff0cd17a05a5b2e1d33341fa0cb891646f938 +size 973964 diff --git a/python-celery.changes b/python-celery.changes index 54b4ace..6151dc5 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -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 diff --git a/python-celery.spec b/python-celery.spec index d28e247..007ec84 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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