File python-django-celery.changes of Package python-django-celery

-------------------------------------------------------------------
Thu Apr 19 15:23:00 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.5:
  * Fixed bug where task modules were not imported.

-------------------------------------------------------------------
Mon Apr 16 22:49:23 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.4:
  * Compatibility with celery 2.5.3
  * Database scheduler now imports exchange, routing_key and queue
    options from CELERYBEAT_SCHEDULE.

-------------------------------------------------------------------
Fri Apr 13 22:19:56 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.3:
  * 2.5.2 release broke installation because of an import in the package.
    Fixed by not having setup.py import the djcelery module anymore,
    but rather parsing the package file for metadata.

-------------------------------------------------------------------
Fri Apr 13 17:11:43 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.2:
  * PeriodicTask admin now lists the enabled field in the list view
    Contributed by Gabe Jackson.
  * Fixed a compatibility issue with Django < 1.3
    Fix contributed by Roman Barczyski
  * Admin monitor now properly escapes args and kwargs.
    Fix contributed by Serj Zavadsky
  * PeriodicTask admin now gives error if no schedule set (or both set)
    (Issue #126).
  * examples/demoproject has been updated to use the Django 1.4 template.
  * Database connection is no longer closed for eager tasks (Issue #116).
    Fix contributed by Mark Lavin.
  * The first-steps document for django-celery has been moved to the main
    Celery documentation.
  * djcelerymon command no longer worked properly, this has now been fixed
    (Issue #123).
- Now it requires python-celery to build.

-------------------------------------------------------------------
Wed Mar 21 19:41:04 UTC 2012 - saschpe@gmx.de

- Spec file cleanup:
  * Simplified macro usage
  * Don't install tests
  * Require python-celerymon

-------------------------------------------------------------------
Tue Mar 13 13:30:22 UTC 2012 - cfarrell@suse.com

- license update: BSD-3-Clause
  SPDX format

-------------------------------------------------------------------
Thu Mar  1 17:48:35 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.1:
  * Now depends on Celery 2.5.1
  * Fixed problem with recursive imports when USE_I18N was enabled
    (Issue #109).
  * The CELERY_DB_REUSE_MAX setting was not honored.
  * The djcelerymon command no longer runs with DEBUG.
    To enable debug you can set the DJCELERYMON_DEBUG
    environment variable.
  * Fixed eventlet/gevent compatability with Django 1.4's new thread
    sharing detection.
  * Now depends on django-picklefield 0.2.0 or greater.
    Previous versions would not work correctly with Django 1.4.

-------------------------------------------------------------------
Fri Feb 24 22:18:42 UTC 2012 - alexandre@exatati.com.br

- Update to 2.5.0:
  * Now depends on Celery 2.5.
  * Database schema has been updated.
  * Auto-discovered task modules now works with the new auto-reloader
    functionality.
  * The database periodic task scheduler now tried to recover from
    operational database errors.
  * The periodic task schedule entry now accepts both int and
    timedelta (Issue #100).
  * 'Connection already closed' errors occurring while closing
    the database connection are now ignored (Issue #93).
  * The ``djcelerymon`` command used to start a Django admin monitor
    instance outside of Django projects now starts without a celery
    config module.
  * Should now work with Django 1.4's new timezone support.
    Contributed by Jannis Leidel and Donald Stufft.
  * South migrations did not work properly.
    Fix contributed by Christopher Grebs.
  * celeryd-multi now preserves django-related arguments,
    like ``--settings`` (Issue #94).
  * Migrations now work with Django < 1.3 (Issue #92).
    Fix contributed by Jude Nagurney.
* The expiry of the database result backend can now be an int (Issue #84).

-------------------------------------------------------------------
Mon Nov 14 12:37:25 UTC 2011 - alexandre@exatati.com.br

- Update to 2.4.2:
  - Fixed syntax error in South migrations code (Issue #88).

-------------------------------------------------------------------
Mon Nov  7 23:29:19 UTC 2011 - alexandre@exatati.com.br

- Update to 2.4.1:
  * Management commands was missing command line arguments because of recent
    changes to Celery.
  * Management commands now supports the --broker|-b option.
  * South migrations now ignores errors when tables already exist.

-------------------------------------------------------------------
Fri Nov  4 17:32:58 UTC 2011 - alexandre@exatati.com.br

- Update t0 2.4.0:
  This release adds South migrations, which well assist users in
  automatically updating their database schemas with each
  django-celery release.
  - Now depends on Celery 2.4.0 or higher.
  - South migrations have been added.
  - Test runner now compatible with Django 1.4.
- Please read Upgrade Instructions:
  http://packages.python.org/django-celery/changelog.html#upgrading-for-south-users

-------------------------------------------------------------------
Mon Aug 22 11:51:27 UTC 2011 - alexandre@exatati.com.br

- Update to 2.3.3:
  - Precedence issue caused database backend tables to not be
    created (Issue #62).

-------------------------------------------------------------------
Sat Aug 20 18:18:55 UTC 2011 - alexandre@exatati.com.br

- Update to 2.3.2:
  - Fixes circular import of DatabaseBackend.

-------------------------------------------------------------------
Thu Aug 11 21:17:47 UTC 2011 - alexandre@exatati.com.br

- Update to 2.3.1:
  - Django database result backend tables were not created.

-------------------------------------------------------------------
Fri Aug  5 18:26:41 UTC 2011 - alexandre@exatati.com.br

- Update to 2.3.0:
  - Now depends on Celery 2.3.0.
- Regenerate spec file with py2pack.

-------------------------------------------------------------------
Fri Jul  1 00:17:42 UTC 2011 - appleonkel@opensuse.org

- Changed require from exact version to python-celery >= %{version}.

-------------------------------------------------------------------
Sun Feb 20 18:47:46 UTC 2011 - alexandre@exatati.com.br

- Update to 2.2.4:
  * celerybeat: DatabaseScheduler would not react to changes when using MySQL and
    the default transaction isolation level REPEATABLE-READ (Issue #41).
    It is still recommended that you use isolation level READ-COMMITTED
    (see the Celery FAQ).

-------------------------------------------------------------------
Sat Feb 12 17:08:52 UTC 2011 - alexandre@exatati.com.br

- Update to 2.2.3:
  * celerybeat: DatabaseScheduler did not respect the disabled
    setting after restart.
  * celeryevcam: Expiring objects now works on PostgreSQL.
  * Now requires Celery 2.2.3

-------------------------------------------------------------------
Thu Feb  3 22:35:40 UTC 2011 - alexandre@exatati.com.br

- Update to 2.2.2:
  * Now requires Celery 2.2.2
  * Periodic Task Admin broke if the CELERYBEAT_SCHEDULE setting
    was not set.
  * DatabaseScheduler No longer creates duplicate interval models.
  * The djcelery admin templates were not included in the
    distribution.

-------------------------------------------------------------------
Wed Feb  2 17:35:14 UTC 2011 - alexandre@exatati.com.br

- Update to 2.2.1:
  * Should now work with Django versions previous to 1.2.

-------------------------------------------------------------------
Tue Feb  1 11:20:17 UTC 2011 - alexandre@exatati.com.br

- Update to 2.2.0:
  * Now depends on Celery v2.2.0
  * djceleryadm: Adds task actions Kill and Terminate task
  * celerycam: Django's queryset.delete() fetches everything in
    memory THEN deletes, so we need to use raw SQL to expire objects.
  * djcelerymon: Added Command.stdout + Command.stderr  (Issue #23).
  * Need to close any open database connection after any embedded
    celerybeat process forks.
  * Added contrib/requirements/py25.txt
  * Demoproject now does ``djcelery.setup_loader`` in settings.py.

-------------------------------------------------------------------
Sat Dec  4 09:23:38 UTC 2010 - alexandre@exatati.com.br

- Update to 2.1.4:
  * `djcelerymon`: Optimized the SQL queries used when displaying the task list.
  * `Admin`: Add a warning to the Edit Periodic Task page if the database
    scheduler is not used (Note: To remove this warning you can't just use
    the `-S` argument to `celerybeat`, but have to set the
    `CELERYBEAT_SCHEDULER` setting).
  * demoproject: Use database backend by default, and call
    `djcelery.setup_loader` in settings.
  * `DatabaseScheduler`: Properly handle periodic tasks being removed from
     the database.
  * `DatabaseScheduler`: Added `ModelEntry._default_now` to provide the default
     value for when `last_run_at` is not set.

-------------------------------------------------------------------
Fri Oct 29 15:49:11 UTC 2010 - alexandre@exatati.com.br

- Update to 2.1.2.

-------------------------------------------------------------------
Thu Oct 14 14:33:54 UTC 2010 - alexandre@exatati.com.br

- Update to 2.1.1.

-------------------------------------------------------------------
Sat Oct  9 21:03:32 UTC 2010 - alexandre@exatati.com.br

- Update to 2.1.0.

-------------------------------------------------------------------
Thu Sep 16 15:17:49 UTC 2010 - alexandre@exatati.com.br

- Update to 2.0.3.

-------------------------------------------------------------------
Fri Jul 30 17:44:05 UTC 2010 - alexandre@exatati.com.br

- Update to 2.0.2.

-------------------------------------------------------------------
Tue Jun 29 09:03:02 UTC 2010 - poeml@cmdline.net

- fix requirement on the picklefield module (missing 'django' in
  python-django-picklefield package name)

-------------------------------------------------------------------
Wed Jun 23 18:38:01 UTC 2010 - alexandre@exatati.com.br

- Initial package (1.1.1) for openSUSE.
openSUSE Build Service is sponsored by