diff --git a/celery-3.0.7.tar.bz2 b/celery-3.0.7.tar.bz2 deleted file mode 100644 index 99801a1..0000000 --- a/celery-3.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb4b35f728f7e350904c895ce1d7fffa81dbcaf2d16c5d85b375fedddc69e305 -size 1127926 diff --git a/celery-3.0.8.tar.bz2 b/celery-3.0.8.tar.bz2 new file mode 100644 index 0000000..104aff5 --- /dev/null +++ b/celery-3.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7653d83e1e9dad9d1d519114a776b720cbd5a39964d24fc87a65142c6f17d5 +size 1128248 diff --git a/python-celery.changes b/python-celery.changes index fd47951..443a2bd 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Aug 29 18:02:17 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.0.8: + - Now depends on Kombu 2.4.4 + - Beat: Fixed another timezone bug with interval and crontab schedules + (Issue #943). + - Beat: The schedule file is now automatically cleared if the timezone + is changed. + The schedule is also cleared when you upgrade to 3.0.8 from an earlier + version, this to register the initial timezone info. + - Events: The worker-heartbeat event now include processed and active + count fields. + Contributed by Mher Movsisyan. + - Fixed error with error email and new task classes (Issue #931). + - BaseTask.__call__ is no longer optimized away if it has been monkey + patched. + - Fixed shutdown issue when using gevent (Issue #911 & Issue #936). + Fix contributed by Thomas Meson. + ------------------------------------------------------------------- Fri Aug 24 22:30:22 UTC 2012 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 5b68c9d..9825bab 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -17,7 +17,7 @@ Name: python-celery -Version: 3.0.7 +Version: 3.0.8 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.2 +BuildRequires: python-kombu >= 2.4.4 BuildRequires: python-mock BuildRequires: python-nose-cover3 BuildRequires: python-pyOpenSSL