15
0
forked from pool/python-celery

- Update to 2.4.5:

- Periodic task interval schedules were accidentally rounded down,
    resulting in some periodic tasks being executed early.
  - Logging of humanized times in the celerybeat log is now more detailed.
  - New brokers section in the Getting Started part of the Documentation
    This replaces the old tut-otherqueues tutorial, and adds
    documentation for MongoDB, Beanstalk and CouchDB.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=44
This commit is contained in:
Alexandre Rogoski
2011-12-02 23:45:50 +00:00
committed by Git OBS Bridge
parent cf9f95e02c
commit 4d53c5ecb0
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,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.4.4
Version: 2.4.5
Release: 0
Url: http://celeryproject.org
Summary: Distributed Task Queue