pkgsrc/www/py-django-celery-beat/PLIST
adam a3834eae95 py-django-celery-beat: updated to 1.4.0
1.4.0:
- Fix migrations dependencies.
- Added the DJANGO_CELERY_BEAT_TZ_AWARE setting.

1.3.0:
- Fix transaction handling while syncing the schedule.
- Fix schedule type validation logic.
- Scheduler no longer forgets the tasks after first schedule change.
- Fix race condition for schedule_changed() resulting in erroneously closed connections.
- Add support for task priorities when using RabbitMQ or Redis as broker.
- Disabled tasks are now correctly deleted from the schedule.
- Added name as search filter.

1.2.0:
- Allow timezone-aware Cron schedules.
- Retry later in case of InterfaceError in sync.
- Show Periodic Task Description in panel admin.
- Fix CrontabSchedule example.
- Support Periodic Tasks with a start date and one-off tasks.
- Fixes a problem with beat not reconnecting to MySQL (server restart, network problem, etc.) when checking if schedule has changed.
- Add toggle admin action which allows to activate disabled tasks or deactivate enabled tasks.
- Add fields validation for CrontabSchedule.
- Drop support for Django<1.11.
- Fix task heap invalidation bug which prevented scheduled tasks from running when syncing tasks from the database.
- Raise a ValidationError when more than one type (solar, crontab or interval) of schedule is provided.
2019-01-07 12:59:35 +00:00

71 lines
4.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2019/01/07 12:59:35 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/django_celery_beat/__init__.py
${PYSITELIB}/django_celery_beat/__init__.pyc
${PYSITELIB}/django_celery_beat/__init__.pyo
${PYSITELIB}/django_celery_beat/admin.py
${PYSITELIB}/django_celery_beat/admin.pyc
${PYSITELIB}/django_celery_beat/admin.pyo
${PYSITELIB}/django_celery_beat/apps.py
${PYSITELIB}/django_celery_beat/apps.pyc
${PYSITELIB}/django_celery_beat/apps.pyo
${PYSITELIB}/django_celery_beat/managers.py
${PYSITELIB}/django_celery_beat/managers.pyc
${PYSITELIB}/django_celery_beat/managers.pyo
${PYSITELIB}/django_celery_beat/migrations/0001_initial.py
${PYSITELIB}/django_celery_beat/migrations/0001_initial.pyc
${PYSITELIB}/django_celery_beat/migrations/0001_initial.pyo
${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.py
${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.pyc
${PYSITELIB}/django_celery_beat/migrations/0002_auto_20161118_0346.pyo
${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.py
${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.pyc
${PYSITELIB}/django_celery_beat/migrations/0003_auto_20161209_0049.pyo
${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.py
${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.pyc
${PYSITELIB}/django_celery_beat/migrations/0004_auto_20170221_0000.pyo
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.py
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.pyc
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices.pyo
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.py
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.pyc
${PYSITELIB}/django_celery_beat/migrations/0005_add_solarschedule_events_choices_squashed_0009_merge_20181012_1416.pyo
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.py
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.pyc
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180210_1226.pyo
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180322_0932.py
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180322_0932.pyc
${PYSITELIB}/django_celery_beat/migrations/0006_auto_20180322_0932.pyo
${PYSITELIB}/django_celery_beat/migrations/0006_periodictask_priority.py
${PYSITELIB}/django_celery_beat/migrations/0006_periodictask_priority.pyc
${PYSITELIB}/django_celery_beat/migrations/0006_periodictask_priority.pyo
${PYSITELIB}/django_celery_beat/migrations/0007_auto_20180521_0826.py
${PYSITELIB}/django_celery_beat/migrations/0007_auto_20180521_0826.pyc
${PYSITELIB}/django_celery_beat/migrations/0007_auto_20180521_0826.pyo
${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.py
${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.pyc
${PYSITELIB}/django_celery_beat/migrations/0008_auto_20180914_1922.pyo
${PYSITELIB}/django_celery_beat/migrations/__init__.py
${PYSITELIB}/django_celery_beat/migrations/__init__.pyc
${PYSITELIB}/django_celery_beat/migrations/__init__.pyo
${PYSITELIB}/django_celery_beat/models.py
${PYSITELIB}/django_celery_beat/models.pyc
${PYSITELIB}/django_celery_beat/models.pyo
${PYSITELIB}/django_celery_beat/schedulers.py
${PYSITELIB}/django_celery_beat/schedulers.pyc
${PYSITELIB}/django_celery_beat/schedulers.pyo
${PYSITELIB}/django_celery_beat/tzcrontab.py
${PYSITELIB}/django_celery_beat/tzcrontab.pyc
${PYSITELIB}/django_celery_beat/tzcrontab.pyo
${PYSITELIB}/django_celery_beat/utils.py
${PYSITELIB}/django_celery_beat/utils.pyc
${PYSITELIB}/django_celery_beat/utils.pyo
${PYSITELIB}/django_celery_beat/validators.py
${PYSITELIB}/django_celery_beat/validators.pyc
${PYSITELIB}/django_celery_beat/validators.pyo