15
0
forked from pool/python-celery
Commit Graph

33 Commits

Author SHA256 Message Date
Alexandre Rogoski
a006bc9955 - Update to 2.3.0:
- Please refer to the Changelog file or
      http://celery.readthedocs.org/en/latest/changelog.html#version-2-3-0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=34
2011-08-05 18:10:07 +00:00
Alexandre Rogoski
2b45a95b7e Accepting request 75436 from home:appleonkel:branches:devel:languages:python
Fixed two Requires.

OBS-URL: https://build.opensuse.org/request/show/75436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=33
2011-07-05 17:58:14 +00:00
Alexandre Rogoski
3135ea31c5 - Update to 2.2.7:
* New signals: `after_setup_logger` and `after_setup_task_logger`
    These signals can be used to augment logging configuration
    after Celery has set up logging.
  * Redis result backend now works with Redis 2.4.4.
  * celeryd_multi: The :option:`--gid` option now works correctly.
  * celeryd: Retry wrongfully used the repr of the traceback instead
    of the string representation.
  * App.config_from_object: Now loads module, not attribute of module.
  * Fixed issue where logging of objects would give "<Unrepresentable: ...>"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=32
2011-06-13 15:38:16 +00:00
Alexandre Rogoski
86e126b925 - Fix Require from python-daemon to python-python-daemon.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=31
2011-06-08 12:25:29 +00:00
Alexandre Rogoski
de115490c0 - Update to 2.2.6:
- Please read Changelog file for News and Fixes notes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=30
2011-04-15 15:43:51 +00:00
Alexandre Rogoski
8507c917f9 - Update to 2.2.5:
- Please read Changelog file for News and Fixes notes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=29
2011-03-29 01:17:54 +00:00
Alexandre Rogoski
492805e041 - Regenerate spec file with py2pack;
- Add Changelog, README and TODO files as documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=28
2011-03-26 02:10:00 +00:00
Alexandre Rogoski
426c2a6eaf - Update to 2.2.4:
* celeryd: 2.2.3 broke error logging, resulting in tracebacks not being logged.
  * AMQP result backend: Polling task states did not work properly if there were
    more than one result message in the queue.
  * TaskSet.apply_async() and TaskSet.apply() now supports an optional
    taskset_id keyword argument (Issue #331).
  * The current taskset id (if any) is now available in the task context as
    request.context (Issue #329).
  * SQLAlchemy result backend: `date_done` was no longer part of the results as it had
    been accidentally removed.  It is now available again (Issue #325).
  * SQLAlchemy result backend: Added unique constraint on `Task.task_id` and
    `TaskSet.taskset_id`.  Tables needs to be recreated for this to take effect.
  * Fixed exception raised when iterating on the result of TaskSet.apply().
  * Tasks Userguide: Added section on choosing a result backend.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=27
2011-02-20 18:47:54 +00:00
Alexandre Rogoski
2fc8ae3322 - Update to 2.2.3:
- Now depends on Kombu 1.0.3
  - Task.retry now supports a max_retries argument, used to change
    the default value.
  - multiprocessing.cpu_count may raise NotImplementedError on
    platforms where this is not supported (Issue #320).
  - Coloring of log messages broke if the logged object was not a
    string.
  - Fixed several typos in the init script documentation.
  - A regression caused Task.exchange and Task.routing_key to no
    longer have any effect. This is now fixed.
  - Routing Userguide: Fixes typo, routers in CELERY_ROUTES must be
    instances, not classes.
  - celeryev did not create pidfile even though the --pidfile
    argument was set.
  - Task logger format was no longer used. (Issue #317).
      The id and name of the task is now part of the log message
      again.
  - A safe version of repr() is now used in strategic places to
    ensure objects with a broken __repr__ does not crash the
    worker, or otherwise make errors hard to understand (Issue #298).
  - Remote control command active_queues: did not account for
    queues added at runtime.
      In addition the dictionary replied by this command now has a
      different structure: the exchange key is now a dictionary
      containing the exchange declaration in full.
  - The -Q option to celeryd removed unused queue declarations, so
    routing of tasks could fail.
      Queues are no longer removed, but rather

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=25
2011-02-12 17:12:38 +00:00
Alexandre Rogoski
7cc988907e - Update to 2.2.2:
* Celerybeat could not read the schedule properly, so entries in
    :setting:`CELERYBEAT_SCHEDULE` would not be scheduled.
  * Task error log message now includes `exc_info` again.
  * The `eta` argument can now be used with `task.retry`.
    Previously it was overwritten by the countdown argument.
  * celeryd-multi/celeryd_detach: Now logs errors occuring when
    executing the `celeryd` command.
  * daemonizing cookbook: Fixed typo ``--time-limit 300`` ->
    ``--time-limit=300``
  * Colors in logging broke non-string objects in log messages.
  * ``setup_task_logger`` no longer makes assumptions about
    magic task kwargs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=24
2011-02-03 22:39:18 +00:00
Alexandre Rogoski
7f82e28f9d - Update to 2.2.1;
* Eventlet pool was leaking memory (Issue #308).
  * Deprecated function ``celery.execute.delay_task`` was
    accidentally removed,
    now available again.
  * ``BasePool.on_terminate`` stub did not exist
  * celeryd detach: Adds readable error messages if user/group
    name does not exist.
  * Smarter handling of unicode decod errors when logging errors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=23
2011-02-02 17:35:56 +00:00
Alexandre Rogoski
1b7dabf677 - Update to 2.2.0:
- Lot of fixes, deprecations, and incompatible changes.
    Please refer to
    http://packages.python.org/celery/changelog.html#version-2-2-0
    for a full description.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=22
2011-02-01 11:26:08 +00:00
Alexandre Rogoski
f264df3383 - Update to 2.1.4:
* Celery programs now hijacks the root logger by default (Issue #250).
  * Execution options to `apply_async` now takes precedence over options
    returned by active routers.  This was a regression introduced recently
    (Issue #244).
  * `celeryev` curses monitor: Long arguments are now truncated so curses
    doesn't crash with out of bounds errors.  (Issue #235).
  * `celeryd`: Channel errors occurring while handling control commands no
    longer crash the worker but are instead logged with severity error.
  * SQLAlchemy database backend: Fixed a race condition occurring when
    the client wrote the pending state.  Just like the Django database backend,
    it does no longer save the pending state (Issue #261 + Issue #262).
  * `task.apply`: `propagate=True` now raises exceptions from the original
    frame, keeping the same stacktrace (Issue #256).
  * Error email body now uses `repr(exception)` instead of `str(exception)`,
    as the latter could result in Unicode decode errors (Issue #245).
  * Error e-mail timeout value is now configurable by using the
    :setting:`EMAIL_TIMEOUT` setting.
  * `celeryev`: Now works on Windows (but the curses monitor won't work without
    having curses).
  * Unit test output no longer emits non-standard characters.
  * `celeryd`: The broadcast consumer is now closed if the connection is reset.
  * `celeryd`: Now properly handles errors occurring while trying to acknowledge
    the message.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=21
2010-12-04 09:28:19 +00:00
Alexandre Rogoski
1cd4cd8f09 - Update to 2.1.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=20
2010-11-09 16:42:42 +00:00
Alexandre Rogoski
0f46623e2e - Update to 2.1.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=19
2010-10-29 16:18:53 +00:00
Alexandre Rogoski
62845906df - Update to 2.1.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=18
2010-10-14 14:40:40 +00:00
Alexandre Rogoski
0164657474 - Update to 2.1.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=17
2010-10-09 21:03:50 +00:00
Alexandre Rogoski
c673bbe3af - Update to 2.0.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=16
2010-08-28 17:05:48 +00:00
Alexandre Rogoski
6d22fbf327 - Update to 2.0.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=15
2010-07-26 01:18:47 +00:00
Alexandre Rogoski
91115bd31f - Update to 2.0.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=14
2010-07-14 12:47:29 +00:00
Alexandre Rogoski
6f923fe7dd - Update to 2.0.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=13
2010-07-05 11:39:21 +00:00
Alexandre Rogoski
2dbc7ce129 - Update to 1.0.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=12
2010-06-30 18:05:05 +00:00
Alexandre Rogoski
c4ebec5781 - Update to 1.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=11
2010-06-01 16:28:36 +00:00
Alexandre Rogoski
35660b565c - Update to 1.0.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=10
2010-05-31 11:24:03 +00:00
Alexandre Rogoski
d89dec31c0 - Update to 1.0.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=9
2010-05-15 16:45:49 +00:00
Alexandre Rogoski
c8f79e4144 - Update to 1.0.2;
- Spec file cleaned with spec-cleaner.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=8
2010-03-31 13:17:07 +00:00
Alexandre Rogoski
6d889df8fc - Update to 1.0.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=7
2010-03-22 02:50:54 +00:00
Alexandre Rogoski
cb24ea390e - Update to 1.0.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=6
2010-02-10 16:06:33 +00:00
Alexandre Rogoski
a0fefe129e - Update to 0.8.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=5
2010-02-05 14:11:59 +00:00
Alexandre Rogoski
7dcd4ca28e - Update to 0.8.3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=4
2009-12-22 18:46:27 +00:00
Alexandre Rogoski
8a034b3bbe - Update to 0.8.2;
- Building as noarch for openSUSE >= 11.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=3
2009-11-20 15:39:23 +00:00
Alexandre Rogoski
96d39ce75d - Update to 0.8.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=2
2009-11-17 17:24:14 +00:00
Alexandre Rogoski
32cc69bfdd Initial package (0.8.0) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=1
2009-09-22 15:08:54 +00:00